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

    Type Alias PlatformArchivedDiscountSharePolicyError

    보관된 할인 분담 정책을 업데이트하려고 하는 경우

    type PlatformArchivedDiscountSharePolicyError = {
        type: "PLATFORM_ARCHIVED_DISCOUNT_SHARE_POLICY";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_ARCHIVED_DISCOUNT_SHARE_POLICY"
    message?: string