BalanceInfo

@Serializable
class BalanceInfo(val currency: CurrencyType, val totalBalance: String, val grantedBalance: String, val toppedUpBalance: String)

Constructors

Link copied to clipboard
constructor(currency: CurrencyType, totalBalance: String, grantedBalance: String, toppedUpBalance: String)

Properties

Link copied to clipboard

Possible values: {CNY, USD}

Link copied to clipboard

The total not expired granted balance.

Link copied to clipboard

The total topped-up balance.

Link copied to clipboard

The total available balance, including the granted balance and the topped-up balance.

Functions

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
open override fun toString(): String