HealthSavingsAccount
No description
type HealthSavingsAccount {
accountNumber: String
availableBalance: DecimalString!
availableBalanceForDisplay: String!
closed: Boolean!
createdAt: String!
currentBalance: DecimalString!
currentBalanceForDisplay: String!
eligibleForInvestments: Boolean!
features: [BankFeature!]!
funded: Boolean!
hasSignedBankingAgreements: Boolean!
locked: Boolean!
routingNumber: String
}
Fields
HealthSavingsAccount.accountNumber
● String
scalar
accountNumber is privileged field. If accessed, audit information will be logged.
HealthSavingsAccount.availableBalance
● DecimalString!
non-null scalar
HealthSavingsAccount.availableBalanceForDisplay
● String!
non-null scalar
HealthSavingsAccount.closed
● Boolean!
non-null scalar
HealthSavingsAccount.createdAt
● String!
non-null scalar
HealthSavingsAccount.currentBalance
● DecimalString!
non-null scalar
HealthSavingsAccount.currentBalanceForDisplay
● String!
non-null scalar
HealthSavingsAccount.eligibleForInvestments
● Boolean!
non-null scalar
Boolean that indicates whether the current state/balance of the account would allow the user to apply for investments. This does not take into account whether or not an investment account already exists for the user, only whether the current state would permit a new application. This should be used in conjunction with rules around the state of investments to properly control the user's eligibility for investments applications.
HealthSavingsAccount.features
● [BankFeature!]!
non-null enum
Specific features supported for this account. Used by the client to determine which functionalities are available for the user/account.
HealthSavingsAccount.funded
● Boolean!
non-null scalar
HealthSavingsAccount.hasSignedBankingAgreements
● Boolean!
non-null scalar
Indicates whether the user has accepted+signed the banking agreements associated with their account.
HealthSavingsAccount.locked
● Boolean!
non-null scalar
HealthSavingsAccount.routingNumber
● String
scalar
Returned by
currentUserBankAccount
query