Balance

@Serializable
data class Balance : Serializable

Properties

Link copied to clipboard
val amount: Long? = null

Balance amount in the smallest currency unit.

Link copied to clipboard
val asOf: Long? = null

Time at which the balance was observed. Measured in seconds since the Unix epoch.

Link copied to clipboard
val currency: String? = null

Three-letter ISO currency code, in lowercase.