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

    Type Alias BulkPayoutClient

    type BulkPayoutClient = {
        getPlatformBulkPayouts: (
            options?: {
                isForTest?: boolean;
                page?: PageInput;
                filter?: PlatformBulkPayoutFilterInput;
            },
        ) => Promise<GetPlatformBulkPayoutsResponse>;
    }
    Index

    Properties

    getPlatformBulkPayouts: (
        options?: {
            isForTest?: boolean;
            page?: PageInput;
            filter?: PlatformBulkPayoutFilterInput;
        },
    ) => Promise<GetPlatformBulkPayoutsResponse>

    일괄 지급 내역 다건 조회

    성공 응답으로 조회된 일괄 지급 내역 리스트와 페이지 정보 및 상태 별 개수 정보를 반환합니다.

    GetPlatformBulkPayoutsError