BalanceData

class BalanceData(val currencyCode: String, val available: String) : ResourceData

A data class implementing ResourceData, which represents the contents of a Balance.

Constructors

Link copied to clipboard
constructor(currencyCode: String, available: String)

Properties

Link copied to clipboard

The amount available to be transacted with

Link copied to clipboard

ISO 3166 currency code string