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

    Type Alias PayoutClient

    type PayoutClient = {
        getPlatformPayouts: (
            options?: {
                isForTest?: boolean;
                page?: PageInput;
                filter?: PlatformPayoutFilterInput;
            },
        ) => Promise<GetPlatformPayoutsResponse>;
    }
    Index

    Properties

    getPlatformPayouts: (
        options?: {
            isForTest?: boolean;
            page?: PageInput;
            filter?: PlatformPayoutFilterInput;
        },
    ) => Promise<GetPlatformPayoutsResponse>

    지급 내역 다건 조회

    여러 지급 내역을 조회합니다.

    GetPlatformPayoutsError