Skip to main content

SetInitialContributionsForBenefitAndIndividualInput

An input type used when setting initial contributions for a benefit and individual

input SetInitialContributionsForBenefitAndIndividualInput {
benefitId: ID!
employeeInitialContributionAmount: MoneyInput!
employerInitialContributionAmount: MoneyInput!
individualId: ID!
}

Fields

SetInitialContributionsForBenefitAndIndividualInput.benefitId ● ID! non-null scalar

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

SetInitialContributionsForBenefitAndIndividualInput.employeeInitialContributionAmount ● MoneyInput! non-null input

The amount of funds from an employee to be made as an initial contribution to the Benefit. This must be positive, non-zero amount.

SetInitialContributionsForBenefitAndIndividualInput.employerInitialContributionAmount ● MoneyInput! non-null input

The amount of funds from an employer to be made as an initial contribution to the Benefit. This must be positive, non-zero amount.

SetInitialContributionsForBenefitAndIndividualInput.individualId ● ID! non-null scalar

The ID of the Individual who will be receiving the initial contributions

Member Of

setInitialContributionsForBenefitAndIndividual mutation