public static class DescribeCommodityPriceResponseBody.DescribeCommodityPriceResponseBodyOrderDetailsPromDetails
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Double |
finalPromFee
The discounted price.
|
String |
optionCode
The code of the discount option.
|
String |
promotionId
The ID of the discount item.
|
String |
promotionName
The name of the discount item.
|
String |
promType
The sub-type of the discount.
|
构造器和说明 |
---|
DescribeCommodityPriceResponseBodyOrderDetailsPromDetails() |
@NameInMap(value="FinalPromFee") public Double finalPromFee
The discounted price.
> This parameter does not take effect for accounts registered on the China site (aliyun.com).
@NameInMap(value="OptionCode") public String optionCode
The code of the discount option.
> This parameter does not take effect for accounts registered on the China site (aliyun.com).
@NameInMap(value="PromType") public String promType
The sub-type of the discount.
> This parameter does not take effect for accounts registered on the China site (aliyun.com).
@NameInMap(value="PromotionId") public String promotionId
The ID of the discount item.
> This parameter does not take effect for accounts registered on the China site (aliyun.com).
@NameInMap(value="PromotionName") public String promotionName
The name of the discount item.
> This parameter does not take effect for accounts registered on the China site (aliyun.com).
public DescribeCommodityPriceResponseBodyOrderDetailsPromDetails()
public static DescribeCommodityPriceResponseBody.DescribeCommodityPriceResponseBodyOrderDetailsPromDetails build(Map<String,?> map) throws Exception
Exception
public DescribeCommodityPriceResponseBody.DescribeCommodityPriceResponseBodyOrderDetailsPromDetails setFinalPromFee(Double finalPromFee)
public Double getFinalPromFee()
public DescribeCommodityPriceResponseBody.DescribeCommodityPriceResponseBodyOrderDetailsPromDetails setOptionCode(String optionCode)
public String getOptionCode()
public DescribeCommodityPriceResponseBody.DescribeCommodityPriceResponseBodyOrderDetailsPromDetails setPromType(String promType)
public String getPromType()
public DescribeCommodityPriceResponseBody.DescribeCommodityPriceResponseBodyOrderDetailsPromDetails setPromotionId(String promotionId)
public String getPromotionId()
public DescribeCommodityPriceResponseBody.DescribeCommodityPriceResponseBodyOrderDetailsPromDetails setPromotionName(String promotionName)
public String getPromotionName()
Copyright © 2024. All rights reserved.