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

    Interface CustomerTransferList

    An object containing a list of transfers.

    interface CustomerTransferList {
        meta: PagingResultMeta;
        transfers: CustomerTransfer[];
    }
    Index

    Properties

    Properties

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

    transfers: CustomerTransfer[]

    List of transfers.