Discount
- 인쇄
- PDF
Discount
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
설명
할인
구문
private String memberNo;
private String discountNo;
private CommonCode discountType;
private String discountName;
private CommonCode discountProcessMethod;
private Double discountValue;
private String validityStartMonth;
private String validityEndMonth;
private CommonCode payCurrency;
필드
파라미터명 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
memberNo | Yes | String | 회원 번호 |
discountNo | Yes | String | 할인 번호 |
discountType | Yes | CommonCode | 할인 유형 |
discountName | Yes | String | 할인명 |
discountProcessMethod | Yes | CommonCode | 할인 방식 |
discountValue | Yes | Double | 할인 값 |
validityStartMonth | Yes | String | 적용 시작 월 |
validityEndMonth | Yes | String | 적용 종료 월 |
payCurrency | Yes | CommonCode | 결제 통화 |
이 문서가 도움이 되었습니까?