BalanceListResponse

Balance of a Financial Account

Types

Link copied to clipboard
class Builder

A builder for BalanceListResponse.

Link copied to clipboard
object Companion
Link copied to clipboard
class Type : Enum

Type of financial account.

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
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 token.

Link copied to clipboard

Returns the raw JSON value of totalAmount.

Link copied to clipboard

Returns the raw JSON value of type.

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 last financial transaction event that impacted this balance.

Link copied to clipboard

Globally unique identifier for the last financial 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
fun token(): String

Globally unique identifier for the financial account that holds this balance.

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

Type of financial account.

Link copied to clipboard

Date and time for when the balance was last updated.

Link copied to clipboard