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

    Interface CardVerificationList

    Represents Card verification List parameters.

    interface CardVerificationList {
        cardVerifications: CardVerification[];
        meta: PagingResultMeta;
    }
    Index

    Properties

    cardVerifications: CardVerification[]

    The list of card verifications.

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