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

    Type Alias PlatformNonPayablePartnerSettlementsError

    지급할 수 없는 정산건이 포함된 경우

    type PlatformNonPayablePartnerSettlementsError = {
        type: "PLATFORM_NON_PAYABLE_PARTNER_SETTLEMENTS";
        ids: string[];
        graphqlIds: string[];
        message?: string;
    }
    Index

    Properties

    type: "PLATFORM_NON_PAYABLE_PARTNER_SETTLEMENTS"
    ids: string[]
    graphqlIds: string[]
    message?: string