interface SepaBankAccount {
    accountHolderName?: string;
    bankName?: string;
    bic: string;
    customerId?: string;
    iban: string;
    id?: string;
    instrumentType: InstrumentType;
    status?: PaymentInstrumentStatus;
}

Hierarchy (view full)

Properties

accountHolderName?: string
bankName?: string
bic: string
customerId?: string
iban: string
id?: string
instrumentType: InstrumentType

Generated using TypeDoc