HSAStatementTransaction
A transaction summary for a single transaction in a statement.
type HSAStatementTransaction {
accountNumberForDisplay: String!
amount: DecimalString!
amountForDisplay: String!
balance: DecimalString!
balanceForDisplay: String!
category: String
description: String!
id: ID!
summary: String!
transactionDate: DateString!
type: TransactionType!
}
Fields
HSAStatementTransaction.accountNumberForDisplay
● String!
non-null scalar
The displayable account number for the account to which this transaction belongs.
HSAStatementTransaction.amount
● DecimalString!
non-null scalar
The amount of the transaction.
HSAStatementTransaction.amountForDisplay
● String!
non-null scalar
The amount of the transaction for display.
HSAStatementTransaction.balance
● DecimalString!
non-null scalar
The balance of the account immediately after this transaction.
HSAStatementTransaction.balanceForDisplay
● String!
non-null scalar
The balance of the account immediately after this transaction for display.
HSAStatementTransaction.category
● String
scalar
Possibly absent category providing additional data about this transaction -- for example, a contribution type for deposits or a category code for withdrawals.
HSAStatementTransaction.description
● String!
non-null scalar
The description of the transaction.
HSAStatementTransaction.id
● ID!
non-null scalar
A unique ID for this transaction.
HSAStatementTransaction.summary
● String!
non-null scalar
The summary of the transaction.
HSAStatementTransaction.transactionDate
● DateString!
non-null scalar
The date the transaction occurred.
HSAStatementTransaction.type
● TransactionType!
non-null enum
The type of this transaction.
Member of
HSAStatementPayload
object