SepaBankAccount

Data class representing a SEPA bank account payment instrument.

Constructors

Link copied to clipboard
constructor(id: String?, customerId: String?, status: PaymentInstrumentStatus?, accountHolderName: String?, iban: String, bic: String, bankName: String?)
constructor(accountHolderName: String?, iban: String, bic: String, bankName: String?)

Properties

Link copied to clipboard

This is the name of the customer or company that owns the bank account.

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 time the instrument was created in the form of Calendar.

Link copied to clipboard
open override val customerId: String?

Customer to which this instrument belongs.

Link copied to clipboard

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

Link copied to clipboard
open override val id: String?

The instrument id.

Link copied to clipboard
open override val instrumentType: InstrumentType

Instrument type.

Link copied to clipboard
open override val status: PaymentInstrumentStatus?

Instrument status.