Gets or sets the information about the payment made for this gift.
Namespace:
Asi.iBO.CommerceAssembly: 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); } |