AmountResponse

data class AmountResponse(val currency: String? = null, val value: Double? = null)

The amount.

Constructors

Link copied to clipboard
constructor(currency: String? = null, value: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val currency: String? = null

The type of currency being used for the value.

Link copied to clipboard
val value: Double? = null

Amount value.