public static final class QuerySkuPriceListResponseBody.CskuPriceList.Builder extends Object
public QuerySkuPriceListResponseBody.CskuPriceList.Builder cskuCode(String cskuCode)
The unique code of the SKU price.
example:ac74dd7b52ae6389ddef099283fb8275
public QuerySkuPriceListResponseBody.CskuPriceList.Builder currency(String currency)
The currency.
example:CNY
public QuerySkuPriceListResponseBody.CskuPriceList.Builder price(String price)
The price.
example:100
public QuerySkuPriceListResponseBody.CskuPriceList.Builder priceMode(String priceMode)
The pricing mode.
example:STEP_ARRIVE
public QuerySkuPriceListResponseBody.CskuPriceList.Builder priceType(String priceType)
The pricing type.
example:hourPrice
public QuerySkuPriceListResponseBody.CskuPriceList.Builder priceUnit(String priceUnit)
The unit of the price.
example:USD (per unit)
public QuerySkuPriceListResponseBody.CskuPriceList.Builder rangeList(List<QuerySkuPriceListResponseBody.RangeList> rangeList)
If the PriceMode parameter is set to STEP_ACCUMULATION or STEP_ARRIVE, the value of this field exists and specifies the range. If the PriceMode parameter is set to NORMAL_PRICE, the value of this field is null.
public QuerySkuPriceListResponseBody.CskuPriceList.Builder usageUnit(String usageUnit)
The usage unit.
example:Count
public QuerySkuPriceListResponseBody.CskuPriceList build()
Copyright © 2026. All rights reserved.