HSAStatementsPayload
Paged response summarizing the available account statements for an individual account.
type HSAStatementsPayload {
pageInfo: PageInfo!
statements: [HSAStatementSummary!]!
}
Fields
HSAStatementsPayload.pageInfo
● PageInfo!
non-null object
Whether or not the user has additional statements available
HSAStatementsPayload.statements
● [HSAStatementSummary!]!
non-null object
A page of statement identifiers that can be viewed by the client.
Returned by
hsaStatements
query