SimpleFeePayment

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.

paymentReason

Fee payment reason.

Constructors

Link copied to clipboard
constructor(amount: Long, currency: String?, paymentReason: FeePaymentReason)

Properties

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