FxAmount

data class FxAmount(val amount: Int?, val rate: BigDecimal?, val currency: String?)

Data class containing the amount in converted currency during currency conversion.

Constructors

Link copied to clipboard
constructor(amount: Int?, rate: BigDecimal?, currency: String?)

Properties

Link copied to clipboard
val amount: Int?

Converted amount (in minor units).

Link copied to clipboard

Currency alphabetic code as specified by ISO 4217.

Link copied to clipboard

Currency conversion rate.