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

    Interface PhBankAccountTransactionDetails

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

    interface PhBankAccountTransactionDetails {
        accountNumber: string;
        bankCodeId: string;
        instrumentId?: string;
        instrumentType: PH_BANK_ACCOUNT;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountNumber: string

    The bank account number.

    bankCodeId: string

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

    instrumentId?: string

    Instrument ID.

    instrumentType: PH_BANK_ACCOUNT

    PH_BANK_ACCOUNT instrument type.