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

    Interface BrBankAccountTransactionDetails

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

    interface BrBankAccountTransactionDetails {
        accountNumber: string;
        accountType: AccountType;
        bankCodeId: string;
        branchCode: string;
        instrumentId?: string;
        instrumentType: BR_BANK_ACCOUNT;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountNumber: string

    The bank account number.

    accountType: AccountType

    Type of bank account.

    bankCodeId: string

    The Bank code id. Represents the id by which the bank code is recognized in EW.

    branchCode: string

    The code of the bank branch.

    instrumentId?: string

    Instrument ID.

    instrumentType: BR_BANK_ACCOUNT

    BR_BANK_ACCOUNT instrument type.