HSAStatementAccountHolderData
Summary data describing the owner of an account on a statement.
type HSAStatementAccountHolderData {
address: PhysicalAddress!
name: PersonName!
}
Fields
HSAStatementAccountHolderData.address
● PhysicalAddress!
non-null object
The primary address of the account holder.
HSAStatementAccountHolderData.name
● PersonName!
non-null object
The name of the account holder.
Member of
HSAStatementPayload
object