Skip to main content

TransferBenefitForIndividualResponse

A union representing the possible return types when transferring a Benefit for an Individual

union TransferBenefitForIndividualResponse =
| BadRequestError
| InternalServerError
| TransferBenefitForIndividualResult

Possible types

TransferBenefitForIndividualResponse.BadRequestError object

Returned when there is an error in the request.

TransferBenefitForIndividualResponse.InternalServerError object

Returned when an error is encountered that is not expected.

TransferBenefitForIndividualResponse.TransferBenefitForIndividualResult object

The successful result of transferring a Benefit for an Individual

Returned By

transferBenefitForIndividual mutation