RecurringContributionStrategyOption
An enum representing the possible options for the strategy used to schedule recurring contributions
enum RecurringContributionStrategyOption {
FIFTEENTH_AND_LAST_DAY
FIRST_AND_FIFTEENTH
}
Values
RecurringContributionStrategyOption.FIFTEENTH_AND_LAST_DAY
Contributions are made on the 15th and last day of each month
RecurringContributionStrategyOption.FIRST_AND_FIFTEENTH
Contributions are made on the 1st and 15th of each month