Classic/VPC 환경에서 이용 가능합니다.
상품 할인 이력입니다.
구문
구문은 다음과 같습니다.
private String memberNo;
private ProductDiscount productDiscount;
private ArrayList<ProductDiscountUseHistory> productDiscountUseHistoryList;
필드
필드에 대한 설명은 다음과 같습니다.
필드 | 타입 | 필수 여부 | 설명 |
---|---|---|---|
memberNo |
String | Required | 회원 번호 |
productDiscount |
ProductDiscount | Required | ProductDiscount 데이터 타입 |
productDiscountUseHistoryList |
List<ProductDiscountUseHistory> | Required | List<ProductDiscountUseHistory> 데이터 타입 |