public class PriceDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PriceDetail() | 
| PriceDetail(PriceDetail source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getDiscount()Get Discount, such as `20`, which represents 80% off | 
| Long | getDiscountPrice()Get Discounted price in cents | 
| Long | getOriginalPrice()Get Original price in cents | 
| void | setDiscount(Long Discount)Set Discount, such as `20`, which represents 80% off | 
| void | setDiscountPrice(Long DiscountPrice)Set Discounted price in cents | 
| void | setOriginalPrice(Long OriginalPrice)Set Original price in cents | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PriceDetail()
public PriceDetail(PriceDetail source)
public Long getDiscount()
public void setDiscount(Long Discount)
Discount - Discount, such as `20`, which represents 80% offpublic Long getDiscountPrice()
public void setDiscountPrice(Long DiscountPrice)
DiscountPrice - Discounted price in centspublic Long getOriginalPrice()
public void setOriginalPrice(Long OriginalPrice)
OriginalPrice - Original price in centsCopyright © 2025. All rights reserved.