Dcc

data class Dcc(val conversionFee: String, val disclaimer: String, val exchangeRate: String, val transactionAmount: Int, val transactionCurrency: String)

Dynamic Currency Conversion (DCC) details

Constructors

Link copied to clipboard
constructor(conversionFee: String, disclaimer: String, exchangeRate: String, transactionAmount: Int, transactionCurrency: String)

Properties

Link copied to clipboard

Conversion fee applied for DCC service, represented as a percentage string (e.g. "2.5%")

Link copied to clipboard

Text that should be printed on the customer's receipt confirming DCC acceptance

Link copied to clipboard

Exchange rate applied for DCC conversion (e.g. "0.8650" means 1 EUR (merchant currency) = 0.8650 GBP (cardholder currency))

Link copied to clipboard

Transaction amount in the smallest currency unit (8500 = £85.00)

Link copied to clipboard

Currency used by the cardholder in ISO 4217 format (e.g. GBP)