Package-level declarations

Types

Link copied to clipboard
data class PaymentQRCreditorDebtorInfo(val iban: String, val name: String, val street: String? = null, val buildingNumber: String? = null, val zipCode: String? = null, val city: String? = null, val countryCode: String? = null)
Link copied to clipboard
data class PaymentQRValues(val creditor: PaymentQRCreditorDebtorInfo, val debtor: PaymentQRCreditorDebtorInfo, val purpose: String, val amount: BigDecimal, val currency: Currency? = null, val paymentReference: String? = null)