Type Alias DiscountAmountExceedsTotalAmountError

DiscountAmountExceedsTotalAmountError: {
    type: "DISCOUNT_AMOUNT_EXCEEDS_TOTAL_AMOUNT";
    message?: string;
}

프로모션 할인 금액이 결제 시도 금액 이상인 경우

Type declaration

  • type: "DISCOUNT_AMOUNT_EXCEEDS_TOTAL_AMOUNT"
  • Optionalmessage?: string