RecurringContributionStrategy
An enum representing the possible options for the strategy used to schedule recurring contributions
enum RecurringContributionStrategy {
MONTHLY
SEMI_MONTHLY
WEEKLY
BI_WEEKLY
}
Values
RecurringContributionStrategy.MONTHLY
Contributions are made on a monthly basis
RecurringContributionStrategy.SEMI_MONTHLY
Contributions are made 2 times each month. When this option is set, the 'strategyOption' field must also be set.
RecurringContributionStrategy.WEEKLY
Contributions are made on a weekly basis on the days specified by the 'daysOfWeek' field.
RecurringContributionStrategy.BI_WEEKLY
Contributions are made on a bi-weekly basis on the days specified by the 'daysOfWeek' field.