ProductDiscountHistory
- Print
- PDF
ProductDiscountHistory
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 |
Was this article helpful?