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

    Interface CardList

    Contains a list of Card objects.

    interface CardList {
        cards: Card[];
        meta?: PagingResultMeta;
    }
    Index

    Properties

    Properties

    cards: Card[]

    List of cards.

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