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

    Interface CciBankAccountTransactionDetails

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

    interface CciBankAccountTransactionDetails {
        accountNumber: string;
        instrumentId?: string;
        instrumentType: CCI_BANK_ACCOUNT;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountNumber: string

    The bank account number (Código de Cuenta Interbancario), has 20 digits.

    instrumentId?: string

    Instrument ID.

    instrumentType: CCI_BANK_ACCOUNT

    CCI_BANK_ACCOUNT instrument type.