AggregateBalanceListResponse

Card Aggregate Balance across all end-user accounts

Types

Link copied to clipboard
Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of availableAmount.

Link copied to clipboard

Returns the raw JSON value of created.

Link copied to clipboard

Returns the raw JSON value of currency.

Link copied to clipboard

Returns the raw JSON value of lastCardToken.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of lastTransactionToken.

Link copied to clipboard

Returns the raw JSON value of pendingAmount.

Link copied to clipboard

Returns the raw JSON value of totalAmount.

Link copied to clipboard

Returns the raw JSON value of updated.

Link copied to clipboard

Funds available for spend in the currency's smallest unit (e.g., cents for USD)

Link copied to clipboard

Date and time for when the balance was first created.

Link copied to clipboard

3-character alphabetic ISO 4217 code for the local currency of the balance.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard

Globally unique identifier for the card that had its balance updated most recently

Link copied to clipboard

Globally unique identifier for the last transaction event that impacted this balance

Link copied to clipboard

Globally unique identifier for the last transaction that impacted this balance

Link copied to clipboard

Funds not available for spend due to card authorizations or pending ACH release. Shown in the currency's smallest unit (e.g., cents for USD)

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard

The sum of available and pending balance in the currency's smallest unit (e.g., cents for USD)

Link copied to clipboard

Date and time for when the balance was last updated.

Link copied to clipboard