HSAStatementCustodianData
Summary data describing the Custodian of an account on a statement.
type HSAStatementCustodianData {
address: PhysicalAddress!
logo: EmbeddableImage!
name: String!
phoneNumberForDisplay: String!
}
Fields
HSAStatementCustodianData.address ● PhysicalAddress! non-null object
The mailing address of the custodian.
HSAStatementCustodianData.logo ● EmbeddableImage! non-null object
A displayable logo for the Custodian.
HSAStatementCustodianData.name ● String! non-null scalar
The business name of the Custodian (e.g., First Dollar, Inc.)
HSAStatementCustodianData.phoneNumberForDisplay ● String! non-null scalar
A support-capable phone number for the Custodian.
Member of
HSAStatementPayload object