Skip to main content

FundBenefitForIndividualInput

An input type used when funding a benefit for an individual

input FundBenefitForIndividualInput {
amount: MoneyInput!
benefitId: ID!
idempotencyKey: String!
individualId: ID!
}

Fields

FundBenefitForIndividualInput.amount ● MoneyInput! non-null input

The amount of funds to make available to the individual. This must be positive, non-zero amount in USD currency or the request will be rejected as invalid.

FundBenefitForIndividualInput.benefitId ● ID! non-null scalar

The ID of the benefit the individual is enrolled in

FundBenefitForIndividualInput.idempotencyKey ● String! non-null scalar

A unique idempotency key for this request.

FundBenefitForIndividualInput.individualId ● ID! non-null scalar

The ID of the individual who should receive these funds

Member Of

fundBenefitForIndividual mutation