Gets or sets the information about the payment made for this gift.

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

Syntax

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

Field Value

A object containing the payment information for the gift transaction.

See Also