PaymentQRValues

data class PaymentQRValues(val creditor: PaymentQRCreditorDebtorInfo, val debtor: PaymentQRCreditorDebtorInfo, val purpose: String, val amount: BigDecimal, val currency: Currency? = null, val paymentReference: String? = null)

Constructors

Link copied to clipboard
constructor(creditor: PaymentQRCreditorDebtorInfo, debtor: PaymentQRCreditorDebtorInfo, purpose: String, amount: BigDecimal, currency: Currency? = null, paymentReference: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val currency: Currency? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard