@portone/server-sdk
    Preparing search index...

    Type Alias GetPlatformBulkAccountTransfersResponse

    type GetPlatformBulkAccountTransfersResponse = {
        items: PlatformBulkAccountTransfer[];
        page: PageInfo;
        counts: PlatformBulkAccountTransferStatusStats;
    }
    Index

    Properties

    Properties

    page: PageInfo