Skip to main content

SetElectionAmountForBenefitAndIndividualResult

The successful result of setting the election amount for a benefit and individual

type SetElectionAmountForBenefitAndIndividualResult {
account: Account
success: Boolean!
}

Fields

SetElectionAmountForBenefitAndIndividualResult.account ● Account object

The updated Account with the new election amount

SetElectionAmountForBenefitAndIndividualResult.success ● Boolean! non-null scalar

Whether the election amount was successfully set

Implemented By

SetElectionAmountForBenefitAndIndividualResponse union