Skip to main content

ReverseBenefitFundingForIndividualResult

The successful result of reversing a benefit funding for an individual.

type ReverseBenefitFundingForIndividualResult {
benefitId: ID!
fundingTransactionId: ID!
individualId: ID!
reversalTransactionId: ID!
}

Fields

ReverseBenefitFundingForIndividualResult.benefitId ● ID! non-null scalar

The ID of the benefit whose funding was reversed

ReverseBenefitFundingForIndividualResult.fundingTransactionId ● ID! non-null scalar

The transaction ID of the original funding that was reversed

ReverseBenefitFundingForIndividualResult.individualId ● ID! non-null scalar

The ID of the individual whose funding was reversed

ReverseBenefitFundingForIndividualResult.reversalTransactionId ● ID! non-null scalar

The ID of the new reversal transaction recorded on the Individual's Benefit

Implemented By

ReverseBenefitFundingForIndividualResponse union