Simple Fee Payment
data class SimpleFeePayment(val amount: Long, val currency: String?, val paymentReason: FeePaymentReason)
Data class representing a simple fee payment structure that contains fee details. If the fee is in the context of specific Transfer, Deposit or Withdrawal object and is in the same currency the currency property might be omitted.
Parameters
amount
Amount of the merchant payment is in minor units of the main transaction currency.
currency
Currency alphabetic code as specified by ISO 4217.
payment Reason
Fee payment reason.