public static final class GetResourcePackagePriceResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetResourcePackagePriceResponseBody.Data |
build() |
GetResourcePackagePriceResponseBody.Data.Builder |
currency(String currency)
The type of the currency.
|
GetResourcePackagePriceResponseBody.Data.Builder |
discountPrice(Float discountPrice)
The discounted amount.
|
GetResourcePackagePriceResponseBody.Data.Builder |
originalPrice(Float originalPrice)
The original price.
|
GetResourcePackagePriceResponseBody.Data.Builder |
promotions(GetResourcePackagePriceResponseBody.Promotions promotions)
The details of the discount.
|
GetResourcePackagePriceResponseBody.Data.Builder |
tradePrice(Float tradePrice)
The price at which the transaction is made.
|
public GetResourcePackagePriceResponseBody.Data.Builder currency(String currency)
The type of the currency.
example:CNY
public GetResourcePackagePriceResponseBody.Data.Builder discountPrice(Float discountPrice)
The discounted amount. Unit: CNY.
example:215040
public GetResourcePackagePriceResponseBody.Data.Builder originalPrice(Float originalPrice)
The original price. Unit: CNY.
example:1290240
public GetResourcePackagePriceResponseBody.Data.Builder promotions(GetResourcePackagePriceResponseBody.Promotions promotions)
The details of the discount.
public GetResourcePackagePriceResponseBody.Data.Builder tradePrice(Float tradePrice)
The price at which the transaction is made. Unit: CNY.
example:1075200
public GetResourcePackagePriceResponseBody.Data build()
Copyright © 2026. All rights reserved.