DynamicCurrencyConversionOptions

@JsonClass(generateAdapter = true)
data class DynamicCurrencyConversionOptions(val amount: Long, val currency: String, val transactionFxRate: Float, val transactionMarkupPercent: Float, val cardholderRate: Float, val referenceFxRate: Float?, val referenceMarkupPercent: Float?, val fxAsOf: Float) : Serializable

Card-Present PaymentMethod options.

Constructors

Link copied to clipboard
constructor(amount: Long, currency: String, transactionFxRate: Float, transactionMarkupPercent: Float, cardholderRate: Float, referenceFxRate: Float?, referenceMarkupPercent: Float?, fxAsOf: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard