ProductDiscountHistory

Prev Next

설명

상품 할인 이력

구문

private String loginId;
private ProductDiscount productDiscount;
private ArrayList<ProductDiscountUseHistory> productDiscountUseHistoryList;

필드

파라미터명 필수 여부 타입 설명
loginId Yes String 로그인ID
productDiscount Yes ProductDiscount ProductDiscount 데이터 타입
productDiscountUseHistoryList Yes List<ProductDiscountUseHistory> List<ProductDiscountUseHistory> 데이터 타입