@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface SepaBankAccountTransactionDetails

    Represents details about a customer's SEPA bank account payment instrument.

    interface SepaBankAccountTransactionDetails {
        bankName: string;
        iban: string;
        instrumentId?: string;
        instrumentType: SEPA_BANK_ACCOUNT;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bankName: string

    The bank name.

    iban: string

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

    instrumentId?: string

    Instrument ID.

    instrumentType: SEPA_BANK_ACCOUNT

    SEPA_BANK_ACCOUNT instrument type.