FundBenefitForIndividualResult
The successful result of funding an individual in a benefit
type FundBenefitForIndividualResult {
  benefitId: ID!
  individualId: ID!
  transactionId: ID!
}
Fields
FundBenefitForIndividualResult.benefitId ● ID! non-null scalar
The ID of the benefit that was funded
FundBenefitForIndividualResult.individualId ● ID! non-null scalar
The ID of the individual who was funded
FundBenefitForIndividualResult.transactionId ● ID! non-null scalar
The ID of the transaction corresponding to this funding request