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

    Type Alias PromotionRecoverOptionNoRecover

    결제 취소 시 프로모션 예산 미복구

    type PromotionRecoverOptionNoRecover = {
        type: "NO_RECOVER";
        spareBudget?: PromotionSpareBudget;
    }
    Index

    Properties

    Properties

    type: "NO_RECOVER"

    결제 취소 시 프로모션 예산 복구 옵션

    spareBudget?: PromotionSpareBudget