SepaVirtualBankAccount

data class SepaVirtualBankAccount(val id: String, val iban: String, val bic: String, val bankName: String?) : VirtualPaymentInstrument

Data class representing virtual SEPA Bank Account.

Constructors

Link copied to clipboard
constructor(id: String, iban: String, bic: String, bankName: String?)

Properties

Link copied to clipboard

Bank name.

Link copied to clipboard
val bic: String

The Bank Account Bank Identifier Code (BIC) code. Also known as SWIFT code.

Link copied to clipboard

The International Bank Account Number (IBAN) of the account.

Link copied to clipboard
open override val id: String

The unique identifier of the virtual payment instrument.

Link copied to clipboard

The type of the virtual payment instrument.