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

    Interface VirtualInstrumentRequestsParameters

    Represents the parameters for retrieving a list of virtual instrument request statuses.

    interface VirtualInstrumentRequestsParameters {
        accountId?: string;
        instrumentType?: VirtualInstrumentType;
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    accountId?: string

    Balance account id.

    instrumentType?: VirtualInstrumentType

    Instrument type e.g. US_BANK_ACCOUNT

    limit?: number

    This is the requested number of records to return. Max = 50. Default = 10.

    offset?: number

    This is the starting position, where 0 is the first record. Default = 0.