Gets or sets the monetary amount (in cash or in-kind) that the donor must donate in order to qualify for this club/award level.

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

Syntax

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

Field Value

The total monetary amount or the value of in-kind donations that must be contributed by the donor over the time period specified in QualificationTimePeriod in order to achieve this award level.

See Also