Skip to main content

InternalBankAccount

No description

type InternalBankAccount {
bank: BankPartner!
id: ID!
namedAccounts: [NamedInternalAccount!]!
}

Fields

InternalBankAccount.bank ● BankPartner! non-null enum

Partner bank where HSA assets are stored

InternalBankAccount.id ● ID! non-null scalar

Unique id of the account

InternalBankAccount.namedAccounts ● [NamedInternalAccount!]! non-null enum

Array of known accounts held at our banking institution. We use an array because different named accounts can resolve to the same account