Gets or sets the monetary amount of the payment associated with this gift.

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

Syntax

C#
public decimal PaymentAmount { get; set; }
Visual Basic (Declaration)
Public Property PaymentAmount As Decimal
Visual C++
public:
property Decimal PaymentAmount {
	Decimal get ();
	void set (Decimal value);
}

Field Value

The monetary amount of the payment associated with this gift.

See Also