Skip to main content

reverseBenefitFundingForIndividual

Reverses a previous 'fundBenefitForIndividual' transaction for an Individual. On success, the total funds available to the Individual in this Benefit is decreased by the amount specified in the request (or, when 'amount' is omitted, the full original funding amount). Supports partial reversals.

Reversed funds are returned to the funding source for the Benefit. Subsequent return of funds further upstream, where applicable, is handled separately and is not in the scope of this mutation.

Available for all Benefit types.

reverseBenefitFundingForIndividual(
input: ReverseBenefitFundingForIndividualInput!
): ReverseBenefitFundingForIndividualResponse

Arguments

reverseBenefitFundingForIndividual.input ● ReverseBenefitFundingForIndividualInput! non-null input

Type

ReverseBenefitFundingForIndividualResponse union

A union representing the possible return types when reversing a benefit funding for an individual.