public static class DescribeCommodityPriceResponseBody.DescribeCommodityPriceResponseBodyPromotions
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Double |
canPromFee
The discounted amount.
|
String |
optionCode
The code of the commodity to which the coupon can be applied.
|
String |
promotionName
The name of the coupon.
|
String |
promotionOptionNo
The code of the coupon.
|
Boolean |
selected
Indicates whether the coupon was selected.
|
构造器和说明 |
---|
DescribeCommodityPriceResponseBodyPromotions() |
@NameInMap(value="CanPromFee") public Double canPromFee
The discounted amount.
> 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 commodity to which the coupon can be applied.
> 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 coupon.
> This parameter does not take effect for accounts registered on the China site (aliyun.com).
@NameInMap(value="PromotionOptionNo") public String promotionOptionNo
The code of the coupon.
> * `youhuiquan_promotion_option_id_for_blank` indicates coupons that cannot be applied to the commodity.
> * This parameter does not take effect for accounts registered on the China site (aliyun.com).
@NameInMap(value="Selected") public Boolean selected
Indicates whether the coupon was selected.
* **true**
* **false**
> This parameter does not take effect for accounts registered on the China site (aliyun.com).
public DescribeCommodityPriceResponseBodyPromotions()
public static DescribeCommodityPriceResponseBody.DescribeCommodityPriceResponseBodyPromotions build(Map<String,?> map) throws Exception
Exception
public DescribeCommodityPriceResponseBody.DescribeCommodityPriceResponseBodyPromotions setCanPromFee(Double canPromFee)
public Double getCanPromFee()
public DescribeCommodityPriceResponseBody.DescribeCommodityPriceResponseBodyPromotions setOptionCode(String optionCode)
public String getOptionCode()
public DescribeCommodityPriceResponseBody.DescribeCommodityPriceResponseBodyPromotions setPromotionName(String promotionName)
public String getPromotionName()
public DescribeCommodityPriceResponseBody.DescribeCommodityPriceResponseBodyPromotions setPromotionOptionNo(String promotionOptionNo)
public String getPromotionOptionNo()
public DescribeCommodityPriceResponseBody.DescribeCommodityPriceResponseBodyPromotions setSelected(Boolean selected)
public Boolean getSelected()
Copyright © 2024. All rights reserved.