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

    Type Alias PromotionDiscountRetainOptionShouldNotBeChangedError

    프로모션 혜택 유지 옵션을 이전 부분 취소와 다른 것으로 입력한 경우

    type PromotionDiscountRetainOptionShouldNotBeChangedError = {
        type: "PROMOTION_DISCOUNT_RETAIN_OPTION_SHOULD_NOT_BE_CHANGED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PROMOTION_DISCOUNT_RETAIN_OPTION_SHOULD_NOT_BE_CHANGED"
    message?: string