ProductDiscount

Prev Next

Available in Classic and VPC

This is the product discount information.

Syntax

The syntax is as follows.

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;
private CommonCode payCurrency;

Field

The following describes the fields.

Field Type Required Description
discountNo String Required Discount number
productDiscountName String Required Product discount name
discountRate Double Required Discount rate
discountCondition Boolean Required Whether conditional discounts are enabled
  • true | false
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
  • true | false
maximumDiscountAmount Double Required Maximum discount applied when maximum discount status is Y
validityStartMonth String Required Validity start month
validityEndMonth String Required Validity end month
eligibleProductDemandTypeList List<ProductDemandType> Required List of discountable product billing types
payCurrency CommonCode Required Payment currency