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.2.0

Syntax

C#
public CPayment Payment { get; set; }
Visual Basic (Declaration)
Public Property Payment As CPayment
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