Gets or sets the monetary amount (price) associated with the gift.

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

Syntax

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

Field Value

A monetary amount that needs to be given to get the premium associated with the gift.

See Also