설명
상품 할인 사용 이력
구문
private String useMonth;
private ProductDemandType productDemandType;
private Double discountTargetAmount;
private Double discountAppliedAmount;
필드
파라미터명 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
useMonth | Yes | String | 사용 월 |
productDemandType | Yes | ProductDemandType | 상품 청구 유형 |
discountTargetAmount | Yes | Double | 할인 대상 금액 |
discountAppliedAmount | Yes | Double | 할인 적용 금액 |