Skip to main content

SetElectionAmountForBenefitAndIndividualInput

Input for setting the election amount for a benefit and individual

input SetElectionAmountForBenefitAndIndividualInput {
benefitId: ID!
electionAmount: MoneyInput!
individualId: ID!
}

Fields

SetElectionAmountForBenefitAndIndividualInput.benefitId ● ID! non-null scalar

The ID of the Benefit

SetElectionAmountForBenefitAndIndividualInput.electionAmount ● MoneyInput! non-null input

The annual election amount for the benefit enrollment. Subject to IRS contribution limits based on benefit type and coverage type. Amount should be provided in cents (lowestDenominationAmount). Only applicable for HSA and FSA benefit types, for now.

SetElectionAmountForBenefitAndIndividualInput.individualId ● ID! non-null scalar

The ID of the Individual

Member Of

setElectionAmountForBenefitAndIndividual mutation