ConsumerAccountTransaction
A summary of a consumer's benefit account transaction.
type ConsumerAccountTransaction {
accountId: ID!
amount: Money!
claimId: ID
date: DateString!
description: String!
id: ID!
}
Fields
ConsumerAccountTransaction.accountId ● ID! non-null scalar
The ID of the account this transaction belongs to.
ConsumerAccountTransaction.amount ● Money! non-null object
The amount of the Transaction.
ConsumerAccountTransaction.claimId ● ID scalar
Claim's public ID.
ConsumerAccountTransaction.date ● DateString! non-null scalar
Date this transaction was made at.
ConsumerAccountTransaction.description ● String! non-null scalar
A description of the Transaction.
ConsumerAccountTransaction.id ● ID! non-null scalar
Id of the transaction