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

    Type Alias GetPlatformBulkPayoutsResponse

    type GetPlatformBulkPayoutsResponse = {
        items: PlatformBulkPayout[];
        page: PageInfo;
        counts: PlatformBulkPayoutStatusStats;
    }
    Index

    Properties

    Properties

    page: PageInfo