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

    Interface ClabeBankAccountTransactionDetails

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

    interface ClabeBankAccountTransactionDetails {
        accountNumber: string;
        instrumentId?: string;
        instrumentType: CLABE_BANK_ACCOUNT;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountNumber: string

    The bank account number (Clave Bancaria Estandarizada), has 18 digits.

    instrumentId?: string

    Instrument ID.

    instrumentType: CLABE_BANK_ACCOUNT

    CLABE_BANK_ACCOUNT instrument type.