UkBankAccount

Data class representing a UK bank account payment instrument.

Constructors

Link copied to clipboard
constructor(id: String?, customerId: String?, status: PaymentInstrumentStatus?, accountHolderName: String?, accountNumber: String, sortCode: String, bankName: String?)
constructor(accountHolderName: String?, accountNumber: String, sortCode: 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

A bank account number.

Link copied to clipboard

Bank name.

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
open override val id: String?

The instrument id.

Link copied to clipboard
open override val instrumentType: InstrumentType

Instrument type.

Link copied to clipboard

Use our sort code checker to easily find and check UK sort codes.

Link copied to clipboard
open override val status: PaymentInstrumentStatus?

Instrument status.