AppliedProductDiscountHistory
- Print
- PDF
AppliedProductDiscountHistory
- 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 that have been applied.
Syntax
The syntax is as follows.
private Double discountTargetAmount;
private Double discountAppliedamount;
private String discountNo;
private String productDiscountName;
private Double discountRate;
private Boolean discountCondition;
private Double minimumAmount;
private Boolean maximumDiscountCondition;
private Double maximumDiscountAmount;
private String validityStartMonth;
private String validityEndMonth;
private List<ProductDemandType> eligibleProductDemandTypeList;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
discountTargetAmount | Double | Required | Amount subject to discount |
discountAppliedamount | Double | Required | Applied discount amount |
discountNo | String | Required | Discount number |
productDiscountName | String | Required | Product discount name |
discountRate | Double | Required | Discount rate |
discountCondition | Boolean | Required | Whether conditional discounts are enabled
|
minimumAmount | Double | Required | Minimum usage amount required for the discount to be applied when discountCondition is Y |
maximumDiscountCondition | Boolean | Required | Whether maximum discounts are enabled
|
maximumDiscountAmount | Double | Required | Maximum discount applied when maximumDiscountCondition is Y |
validityStartMonth | String | Required | Validity start month |
validityEndMonth | String | Required | Validity end month |
eligibleProductDemandTypeList | List<ProductDemandType> | Required | List of discountable product billing types |
Was this article helpful?