Amount
data class Amount(val value: Long, val currencyCode: String) : Parcelable
Content copied to clipboard
This class represents the long value amount to charge and the currency code of the amount.
This class represents the long value amount to charge and the currency code of the amount.