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

    Interface InstrumentVerificationList

    Represents a list of instrument verifications.

    interface InstrumentVerificationList {
        instrumentVerifications: InstrumentVerification[];
        meta: PagingResultMeta;
    }
    Index

    Properties

    instrumentVerifications: InstrumentVerification[]

    The list of instrument verifications.

    Paging information regarding the returned records, when response is paginated.