public static final class QuerySkuPriceListResponseBody.RangeList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QuerySkuPriceListResponseBody.RangeList |
build() |
QuerySkuPriceListResponseBody.RangeList.Builder |
factorCode(String factorCode)
The code of the pricing factor.
|
QuerySkuPriceListResponseBody.RangeList.Builder |
max(String max)
The maximum value.
|
QuerySkuPriceListResponseBody.RangeList.Builder |
min(String min)
The minimum value.
|
QuerySkuPriceListResponseBody.RangeList.Builder |
type(String type)
The closure type of the interval.
|
public QuerySkuPriceListResponseBody.RangeList.Builder factorCode(String factorCode)
The code of the pricing factor.
example:212fbd27866307fc79ecf06934a88b2c
public QuerySkuPriceListResponseBody.RangeList.Builder max(String max)
The maximum value.
example:10
public QuerySkuPriceListResponseBody.RangeList.Builder min(String min)
The minimum value.
example:1
public QuerySkuPriceListResponseBody.RangeList.Builder type(String type)
The closure type of the interval.
example:LORC
public QuerySkuPriceListResponseBody.RangeList build()
Copyright © 2026. All rights reserved.