ProductDiscountUseHistory
- Print
- PDF
ProductDiscountUseHistory
- 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 discount usage.
Syntax
The syntax is as follows.
private String useMonth;
private ProductDemandType productDemandType;
private Double discountTargetAmount;
private Double discountAppliedAmount;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
useMonth | String | Required | Usage month |
productDemandType | ProductDemandType | Required | Product billing type |
discountTargetAmount | Double | Required | Amount subject to discount |
discountAppliedAmount | Double | Required | Applied discount amount |
Was this article helpful?