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

    Type Alias NegativePromotionAdjustedCancelAmountError

    프로모션에 의해 조정된 취소 금액이 음수인 경우

    type NegativePromotionAdjustedCancelAmountError = {
        type: "NEGATIVE_PROMOTION_ADJUSTED_CANCEL_AMOUNT";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "NEGATIVE_PROMOTION_ADJUSTED_CANCEL_AMOUNT"
    message?: string