Skip to main content

TransferBenefitForIndividualResult

The successful result of transferring a Benefit for an Individual

type TransferBenefitForIndividualResult {
benefit: Benefit!
individual: Individual!
transferBenefit: Benefit!
}

Fields

TransferBenefitForIndividualResult.benefit ● Benefit! non-null object

The Benefit that the enrollment was transferred out of

TransferBenefitForIndividualResult.individual ● Individual! non-null object

The Individual whose enrollment was transferred

TransferBenefitForIndividualResult.transferBenefit ● Benefit! non-null object

The Benefit that the enrollment was transferred to

Implemented By

TransferBenefitForIndividualResponse union