Represents the various time periods over which gifts may be totaled to qualify for a Donor Club award

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

Syntax

C#
public enum DonorClubQualificationTimePeriod
Visual Basic (Declaration)
Public Enumeration DonorClubQualificationTimePeriod
Visual C++
public enum class DonorClubQualificationTimePeriod

Members

Member nameDescription
SingleGift
A single gift must match or exceed the qualifying amount specified.
CalendarYear
The donor must make gifts in the calendar year totaling or exceeding the qualifying amount specified.
TimeSpan
The donor must make gifts within a specified number of days totaling or exceeding the qualifying amount specified.
Lifetime
The donor must make gifts over his/her lifetime totaling or exceeding the qualifying amount.

See Also