Skip to main content

RecurringContributionScheduleInput

No description

input RecurringContributionScheduleInput {
dayOfMonth: Int
minRunDate: LocalDate!
strategy: RecurringContributionStrategy!
strategyOption: RecurringContributionStrategyOption
}

Fields

RecurringContributionScheduleInput.dayOfMonth ● Int scalar

The day of the month on which the contributions will be made. Required if the strategy is 'MONTHLY'.

RecurringContributionScheduleInput.minRunDate ● LocalDate! non-null scalar

The earliest date on which the recurring contributions can begin. The schedule will run the first date that corresponds to the schedule strategy and strategyOption that is on or after this date. If this is before the benefit start date, the contributions will not begin until on or after the benefit start date.

RecurringContributionScheduleInput.strategy ● RecurringContributionStrategy! non-null enum

The frequency at which the contributions will be made

RecurringContributionScheduleInput.strategyOption ● RecurringContributionStrategyOption enum

Determines the days of the month on which the contributions will be made. Required if the strategy is 'SEMI_MONTHLY'. Do not set otherwise.

Member Of

SetRecurringContributionScheduleForBenefitInput input