AccountReference

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.

Constructors

Link copied to clipboard
constructor(iban: String, currency: String? = null)

Properties

Link copied to clipboard
open override val currency: String?

ISO 4217 Alpha 3 currency code for multi-currency accounts.

Link copied to clipboard