ProductDiscountHistory

Prev Next

Available in Classic and VPC

This is a history of product discounts.

Syntax

The syntax is as follows.

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

Field

The following describes the fields.

Field Type Required Description
memberNo String Required Member number
productDiscount ProductDiscount Required ProductDiscount data type
productDiscountUseHistoryList List<ProductDiscountUseHistory> Required List<ProductDiscountUseHistory> data type