RecurringContributionStrategy
An enum representing the possible options for the strategy used to schedule recurring contributions
enum RecurringContributionStrategy {
MONTHLY
SEMI_MONTHLY
}
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.