Skip to main content

FundBenefitForIndividualResponse

A union representing the possible return types when funding an individual in a benefit

union FundBenefitForIndividualResponse =
| BadRequestError
| FundBenefitForIndividualResult
| InternalServerError

Possible types

FundBenefitForIndividualResponse.BadRequestError object

Returned when there is an error in the request.

FundBenefitForIndividualResponse.FundBenefitForIndividualResult object

The successful result of funding an individual in a benefit

FundBenefitForIndividualResponse.InternalServerError object

Returned when an error is encountered that is not expected.

Returned By

fundBenefitForIndividual mutation