Skip to main content

HSAStatementSummaryNode

Summarizes an Account Statement that can be displayed.

type HSAStatementSummaryNode {
id: ID!
statementEndDate: DateString!
statementStartDate: DateString!
textForDisplay: String!
}

Fields

HSAStatementSummaryNode.id ● ID! non-null scalar

An opaque ID for this statement.

HSAStatementSummaryNode.statementEndDate ● DateString! non-null scalar

The end date of this statement.

HSAStatementSummaryNode.statementStartDate ● DateString! non-null scalar

The start date of this statement.

HSAStatementSummaryNode.textForDisplay ● String! non-null scalar

Displayable text for this account statement.

Member of

HSAStatementSummary object