AccountReference
data class AccountReference(val iban: String, val currency: String? = null) : DebtorAccountReference
Reference to an account by IBAN, with an optional ISO 4217 currency code for multi-currency accounts.
Implements DebtorAccountReference so the same value can be passed to the collect-payment service without conversion; encrypted-IBAN debtors are represented by EncryptedIbanReference.