public static final class QueryCommodityListResponseBody.CommodityList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryCommodityListResponseBody.CommodityList |
build() |
QueryCommodityListResponseBody.CommodityList.Builder |
chargeType(String chargeType)
The payment type.
|
QueryCommodityListResponseBody.CommodityList.Builder |
commodityCode(String commodityCode)
The code of the service, which is the same as that on the Billing Management page.
|
QueryCommodityListResponseBody.CommodityList.Builder |
commodityName(String commodityName)
The name of the service.
|
public QueryCommodityListResponseBody.CommodityList.Builder chargeType(String chargeType)
The payment type. Valid values: POSTPAY (pay-as-you-go) and PREPAY (subscription).
example:POSTPAY
public QueryCommodityListResponseBody.CommodityList.Builder commodityCode(String commodityCode)
The code of the service, which is the same as that on the Billing Management page.
example:ecs
public QueryCommodityListResponseBody.CommodityList.Builder commodityName(String commodityName)
The name of the service.
example:ECS (Pay-As-You-Go)
public QueryCommodityListResponseBody.CommodityList build()
Copyright © 2026. All rights reserved.