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

Syntax

C#
public decimal PaymentAmount { get; set; }
Visual Basic
Public Property PaymentAmount As Decimal
	Get
	Set
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