Skip to main content

Interface: TierBalancesResult

Defined in: javascript/src/types.ts:68

Result of querying a user's per-tier credit balances.

Properties

tiers

tiers: TierBalance[]

Defined in: javascript/src/types.ts:71

Sorted by priority ascending.


totalBalance

totalBalance: Decimal

Defined in: javascript/src/types.ts:73

Equal to BalanceResult.balance — the aggregate across all tiers.


userId

userId: string

Defined in: javascript/src/types.ts:69