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

    Interface UsBankAccountTransactionDetails

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

    interface UsBankAccountTransactionDetails {
        accountNumber: string;
        bankName: string;
        instrumentId?: string;
        instrumentType: US_BANK_ACCOUNT;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountNumber: string

    The bank account number.

    bankName: string

    The bank name.

    instrumentId?: string

    Instrument ID.

    instrumentType: US_BANK_ACCOUNT

    US_BANK_ACCOUNT instrument type.