ConsumerAccountSummaryBalance
A balance summary for a benefit account,
type ConsumerAccountSummaryBalance {
availableToSpend: DecimalString!
availableToSpendForDisplay: String!
pendingBalance: DecimalString
pendingBalanceForDisplay: String
rolloverLimit: DecimalString
rolloverLimitForDisplay: String
totalBalance: DecimalString!
totalBalanceForDisplay: String!
}
Fields
ConsumerAccountSummaryBalance.availableToSpend
● DecimalString!
non-null scalar
The amount of funds available to spend in this account (in dollars).
ConsumerAccountSummaryBalance.availableToSpendForDisplay
● String!
non-null scalar
The amount of funds available to spend in this account (in dollars, formatted for display).
ConsumerAccountSummaryBalance.pendingBalance
● DecimalString
scalar
The amount that has been spent against this claim but not yet resolved (in dollars).
ConsumerAccountSummaryBalance.pendingBalanceForDisplay
● String
scalar
The amount that has been spent against this claim but not yet resolved (in dollars, formatted for display).
ConsumerAccountSummaryBalance.rolloverLimit
● DecimalString
scalar
Roll over limit
ConsumerAccountSummaryBalance.rolloverLimitForDisplay
● String
scalar
Roll over limit (in dollars, formatted for display)
ConsumerAccountSummaryBalance.totalBalance
● DecimalString!
non-null scalar
The total balance of this account in dollars. For a benefit offering such as an LSA, this could be the amount for the benefit.
ConsumerAccountSummaryBalance.totalBalanceForDisplay
● String!
non-null scalar
The total balance of this account in dollars, formatted for display. For a benefit offering such as an LSA, this could be the amount for the benefit.
Member of
ConsumerAccountSummary
object