SetRecurringContributionsForBenefitAndIndividualInput
An input type used when setting recurring contributions for a benefit and individual
input SetRecurringContributionsForBenefitAndIndividualInput {
benefitId: ID!
employeeRecurringContributionAmount: MoneyInput!
employerRecurringContributionAmount: MoneyInput!
individualId: ID!
}
Fields
SetRecurringContributionsForBenefitAndIndividualInput.benefitId
● ID!
non-null scalar
The ID of the Benefit for which the recurring contributions are being set
SetRecurringContributionsForBenefitAndIndividualInput.employeeRecurringContributionAmount
● MoneyInput!
non-null input
The amount of funds from an employee to be contributed on a recurring schedule to the Benefit. This must be positive, non-zero amount.
SetRecurringContributionsForBenefitAndIndividualInput.employerRecurringContributionAmount
● MoneyInput!
non-null input
The amount of funds from an employer to be contributed on a recurring schedule to the Benefit. This must be positive, non-zero amount.
SetRecurringContributionsForBenefitAndIndividualInput.individualId
● ID!
non-null scalar
The ID of the Individual who will be receiving the recurring contributions