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

    Interface CustomerDepositList

    Represents a list of customer deposits.

    interface CustomerDepositList {
        deposits: CustomerDeposit[];
        meta: PagingResultMeta;
    }
    Index

    Properties

    Properties

    deposits: CustomerDeposit[]

    List of customer deposits.

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