Skip to main content

SetRecurringContributionScheduleForBenefitInput

No description

input SetRecurringContributionScheduleForBenefitInput {
benefitId: ID!
enablementStatus: RecurringContributionScheduleEnablementStatus
schedule: RecurringContributionScheduleInput!
}

Fields

SetRecurringContributionScheduleForBenefitInput.benefitId ● ID! non-null scalar

The ID of the Benefit for which the recurring contributions are being set

SetRecurringContributionScheduleForBenefitInput.enablementStatus ● RecurringContributionScheduleEnablementStatus enum

Whether or not to enable the recurring contribution schedule. Defaults to 'ACTIVE'.

SetRecurringContributionScheduleForBenefitInput.schedule ● RecurringContributionScheduleInput! non-null input

The schedule for the recurring contributions

Member Of

setRecurringContributionScheduleForBenefit mutation