Account
An Account belonging to a Health Wallet.
type Account {
active: Boolean!
availableBalance: Money!
benefit: Benefit
createdAt: DateTime!
currentBalance: Money!
electionAmount: Money
endsAt: DateTime
fundingSummary: AccountFundingSummary!
hsaAccountNumber: String
hsaRoutingNumber: String
id: ID!
initialContribution: InitialContribution
recurringContribution: RecurringContribution
transactions(
after: String
first: Int
where: TransactionsFilterInput
): TransactionResults!
}
Fields
Account.active ● Boolean! non-null scalar
Whether or not the individual's enrollment in this offering is active
Account.availableBalance ● Money! non-null object
The amount of money that is available to be spent for this account
Account.benefit ● Benefit object
The Benefit this account belongs to.
Account.createdAt ● DateTime! non-null scalar
When the Account was created
Account.currentBalance ● Money! non-null object
The total amount of money in this account.
Note that currentBalance and availableBalance may differ when there
are ongoing money movement processes.
Account.electionAmount ● Money object
The annual election amount for this account enrollment. Null for enrollments without an election amount set. Only applicable for HSA and FSA account types, for now. This will change when we add support for additional account types.
Account.endsAt ● DateTime scalar
The end date of the offering for this individual