public static class DescribeCommodityPriceRequest.DescribeCommodityPriceRequestOrdersComponentsProperties
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
code
The code of the attribute of the commodity module.
|
String |
value
The value of the attribute.
|
构造器和说明 |
---|
DescribeCommodityPriceRequestOrdersComponentsProperties() |
@NameInMap(value="Code") public String code
The code of the attribute of the commodity module.
The information varies based on the commodity module. Examples: **instance** (GA instance) and **ord_time** (subscription duration).
@NameInMap(value="Value") public String value
The value of the attribute.
The information varies based on the commodity module. Examples: **instance_fee** (GA instance fee) and **1:Month** (one-month subscription).
public DescribeCommodityPriceRequestOrdersComponentsProperties()
public static DescribeCommodityPriceRequest.DescribeCommodityPriceRequestOrdersComponentsProperties build(Map<String,?> map) throws Exception
Exception
public DescribeCommodityPriceRequest.DescribeCommodityPriceRequestOrdersComponentsProperties setCode(String code)
public String getCode()
public DescribeCommodityPriceRequest.DescribeCommodityPriceRequestOrdersComponentsProperties setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.