public static final class QueryBillResponseBody.Item.Builder extends Object
public QueryBillResponseBody.Item.Builder adjustAmount(Float adjustAmount)
The amount deducted by using credit refunds.
example:0
public QueryBillResponseBody.Item.Builder afterTaxAmount(Float afterTaxAmount)
The amount paid after tax is deducted.
example:0
public QueryBillResponseBody.Item.Builder cashAmount(Float cashAmount)
The amount paid in cash. The amount that was deducted by using credit refunds is not included.
example:0
public QueryBillResponseBody.Item.Builder commodityCode(String commodityCode)
The code of the commodity.
example:rds
public QueryBillResponseBody.Item.Builder currency(String currency)
The type of the currency.
CNY
public QueryBillResponseBody.Item.Builder deductedByCashCoupons(Float deductedByCashCoupons)
The amount deducted by using vouchers.
example:0
public QueryBillResponseBody.Item.Builder deductedByCoupons(Float deductedByCoupons)
The amount deducted by using coupons.
example:0
public QueryBillResponseBody.Item.Builder deductedByPrepaidCard(Float deductedByPrepaidCard)
The amount deducted by using prepaid cards.
example:0
public QueryBillResponseBody.Item.Builder invoiceDiscount(Float invoiceDiscount)
The discount amount.
example:0
public QueryBillResponseBody.Item.Builder item(String item)
The type of the bill.
SubscriptionOrder
public QueryBillResponseBody.Item.Builder outstandingAmount(Float outstandingAmount)
The unsettled amount of the bill.
example:0
public QueryBillResponseBody.Item.Builder ownerID(String ownerID)
The ID of the member. This parameter is returned in a multi-account payment scenario.
example:3532535235
public QueryBillResponseBody.Item.Builder paymentAmount(Float paymentAmount)
The amount paid with cash.
example:0
public QueryBillResponseBody.Item.Builder paymentCurrency(String paymentCurrency)
The currency used for payment.
example:USD
public QueryBillResponseBody.Item.Builder paymentTime(String paymentTime)
The time when the order was paid.
example:2020-03-11 08:00:00
public QueryBillResponseBody.Item.Builder paymentTransactionID(String paymentTransactionID)
The ID of the transaction.
example:2O3AADJFEAF2PDKSFAMFCB11918
public QueryBillResponseBody.Item.Builder pipCode(String pipCode)
The code of the service.
example:rds
public QueryBillResponseBody.Item.Builder pretaxAmount(Float pretaxAmount)
The pretax amount
example:100
public QueryBillResponseBody.Item.Builder pretaxAmountLocal(Float pretaxAmountLocal)
The pretax amount paid in local currency.
example:0
public QueryBillResponseBody.Item.Builder pretaxGrossAmount(Float pretaxGrossAmount)
The pretax gross amount.
example:0
public QueryBillResponseBody.Item.Builder productCode(String productCode)
The code of the service.
example:rds
public QueryBillResponseBody.Item.Builder productDetail(String productDetail)
The details of the service.
example:ApsaraDB RDS (subscription)
public QueryBillResponseBody.Item.Builder productName(String productName)
The name of the service.
example:ApsaraDB RDS
public QueryBillResponseBody.Item.Builder productType(String productType)
The type of the service.
example:rds
public QueryBillResponseBody.Item.Builder recordID(String recordID)
The ID of the order or bill.
example:2020xxxx5912
public QueryBillResponseBody.Item.Builder roundDownDiscount(String roundDownDiscount)
The round down discount.
example:0
public QueryBillResponseBody.Item.Builder status(String status)
The payment status of the bill. Valid values:
PayFinish
public QueryBillResponseBody.Item.Builder subOrderId(String subOrderId)
The ID of the order corresponding to the bill.
example:325345254353
public QueryBillResponseBody.Item.Builder subscriptionType(String subscriptionType)
The billing method. Valid values:
PayAsYouGo
public QueryBillResponseBody.Item.Builder tax(Float tax)
The tax.
example:0
public QueryBillResponseBody.Item.Builder usageEndTime(String usageEndTime)
The time when the bill ends.
example:2020-03-11 08:00:00
public QueryBillResponseBody.Item.Builder usageStartTime(String usageStartTime)
The time when the bill starts.
example:2020-03-11 07:00:00
public QueryBillResponseBody.Item build()
Copyright © 2026. All rights reserved.