Skip to main content

HealthWalletBalanceSummary

A summary object describing Balance aggregates across all accounts in a Health Wallet.

type HealthWalletBalanceSummary {
totalAvailableBalance: Money!
totalCurrentBalance: Money!
}

Fields

HealthWalletBalanceSummary.totalAvailableBalance ● Money! non-null object

The total available balance across all accounts belonging to this Health Wallet

HealthWalletBalanceSummary.totalCurrentBalance ● Money! non-null object

The total current balance across all accounts belonging to this Health Wallet. Note that currentBalance and availableBalance may differ when there are ongoing money movement processes.

Member Of

HealthWallet object