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)