FxRate

data class FxRate(val sourceCurrency: String, val targetCurrency: String, val id: String?, val creationTime: Calendar, val expirationTime: Calendar, val fxRate: BigDecimal, val sender: String?)

Data class representing a FxRate object.

Constructors

Link copied to clipboard
constructor(sourceCurrency: String, targetCurrency: String, id: String?, creationTime: Calendar, expirationTime: Calendar, fxRate: BigDecimal, sender: String?)

Properties

Link copied to clipboard

The FxRate quote creation in the form of Calendar.

Link copied to clipboard

The FxRate quote expiration in the form of Calendar.

Link copied to clipboard

The FX exchange rate between source and target currency.

Link copied to clipboard
val id: String?

The id of the FxRate.

Link copied to clipboard

The wallet customer Id for the FX rate requester.

Link copied to clipboard

Currency alphabetic code as specified by ISO 4217.

Link copied to clipboard

Currency alphabetic code as specified by ISO 4217.