SDKMoney

data class SDKMoney(val amount: BigDecimal, val currency: SDKCurrency)

Information about transaction amount

Parameters

amount

transaction amount

currency

currency information

Constructors

Link copied to clipboard
constructor(amount: BigDecimal, currencyNumericCode: String, currencyAlphabeticCode: String, currencySymbol: String)

Information about transaction amount

constructor(amount: BigDecimal, currency: SDKCurrency)

Properties

Link copied to clipboard
Link copied to clipboard