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

    Interface WithdrawalList

    Represents a list of withdrawals.

    interface WithdrawalList {
        meta: PagingResultMeta;
        withdrawals: Withdrawal[];
    }
    Index

    Properties

    Properties

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

    withdrawals: Withdrawal[]

    The list of withdrawals.