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.2.0
Syntax
| C# |
|---|
public decimal AmountToQualify { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property AmountToQualify As Decimal |
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