TransactionDiscount

data class TransactionDiscount(val amount: Long, val currencyCode: String, val paymentReason: DiscountPaymentReason)

Data class representing details about a discount attached to a transaction.

Constructors

Link copied to clipboard
constructor(amount: Long, currencyCode: String, paymentReason: DiscountPaymentReason)

Properties

Link copied to clipboard

Discount amount.

Link copied to clipboard

Currency alphabetic code as specified by ISO 4217.

Link copied to clipboard