Gets the CPayment object associated with the COrder.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public CPayment Payment { get; }
Visual Basic
Public ReadOnly Property Payment As CPayment
	Get
Visual C++
public:
property CPayment^ Payment {
	CPayment^ get ();
}

Field Value

The CPayment object associated with the COrder.

Remarks

Most of the properties of the Payment object are available directly through the order as properties of the order. However, there are a few additional properties on the Payment that may be desired and can be accessed through this property.

See Also