Discount

Prev Next

설명

할인

구문

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 결제 통화