Skip to main content

Wallet

Represents a First Dollar user's wallet.

type Wallet {
accounts(
types: [AccountType!] = [
COMMUTER
DCFSA
DIRECTED_SPEND
FSA
HRA
HSA
LPFSA
LSA
REMOTE_WORK
REWARDS
]
): [Account!]!
}

Fields

Wallet.accounts ● [Account!]! non-null object

The user's health wallet accounts.

Wallet.accounts.types ● [AccountType!] list enum

The types of accounts to return.

Member of

User object