CurrencyAmount

@Serializable
data class CurrencyAmount(val id: Int, val value: Int)

Data model for currency amount stored in wallet

Constructors

Link copied to clipboard
constructor(id: Int, value: Int)

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
val value: Int