public static final class QueryBillOverviewResponseBody.Item.Builder extends Object
public QueryBillOverviewResponseBody.Item.Builder adjustAmount(Float adjustAmount)
The amount deducted by using credit refunds.
example:0
public QueryBillOverviewResponseBody.Item.Builder afterTaxAmount(Float afterTaxAmount)
The amount paid after the tax is deducted.
example:0
public QueryBillOverviewResponseBody.Item.Builder billAccountID(String billAccountID)
The ID of the account to which the bill belongs.
example:185766xxxx
public QueryBillOverviewResponseBody.Item.Builder billAccountName(String billAccountName)
The name of the account to which the bill belongs.
example:public QueryBillOverviewResponseBody.Item.Builder bizType(String bizType)
The business type.
example:trusteeship
public QueryBillOverviewResponseBody.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 QueryBillOverviewResponseBody.Item.Builder commodityCode(String commodityCode)
The code of the commodity. The commodity code is the same as that displayed in User Center.
example:rds
public QueryBillOverviewResponseBody.Item.Builder currency(String currency)
The type of the currency. Valid values:
CNY
public QueryBillOverviewResponseBody.Item.Builder deductedByCashCoupons(Float deductedByCashCoupons)
The amount deducted by using vouchers.
example:0
public QueryBillOverviewResponseBody.Item.Builder deductedByCoupons(Float deductedByCoupons)
The amount deducted by using coupons.
example:0
public QueryBillOverviewResponseBody.Item.Builder deductedByPrepaidCard(Float deductedByPrepaidCard)
The amount deducted by using prepaid cards.
example:0
public QueryBillOverviewResponseBody.Item.Builder invoiceDiscount(Float invoiceDiscount)
The discount amount.
example:0
public QueryBillOverviewResponseBody.Item.Builder item(String item)
The type of the bill. Valid values:
PayAsYouGoBill
public QueryBillOverviewResponseBody.Item.Builder outstandingAmount(Float outstandingAmount)
The unsettled amount or the amount deducted by using credits. This may be an unsettled amount of a regular user or credits consumed by a credit user.
example:0
public QueryBillOverviewResponseBody.Item.Builder ownerID(String ownerID)
The ID of the bill owner.
example:1222
public QueryBillOverviewResponseBody.Item.Builder paymentAmount(Float paymentAmount)
The amount paid in cash. The amount that was deducted by using credit refunds is included.
example:100
public QueryBillOverviewResponseBody.Item.Builder paymentCurrency(String paymentCurrency)
The currency used for payment.
example:USD
public QueryBillOverviewResponseBody.Item.Builder pipCode(String pipCode)
The code of the service. The service code is the same as that displayed in User Center.
example:rds
public QueryBillOverviewResponseBody.Item.Builder pretaxAmount(Float pretaxAmount)
The pretax amount.
example:100
public QueryBillOverviewResponseBody.Item.Builder pretaxAmountLocal(Float pretaxAmountLocal)
The pretax amount paid in local currency.
example:0
public QueryBillOverviewResponseBody.Item.Builder pretaxGrossAmount(Float pretaxGrossAmount)
The pretax gross amount.
example:100
public QueryBillOverviewResponseBody.Item.Builder productCode(String productCode)
The code of the service.
example:rds
public QueryBillOverviewResponseBody.Item.Builder productDetail(String productDetail)
The details of the service.
example:NAT Gateway (Pay-As-You-Go)
public QueryBillOverviewResponseBody.Item.Builder productName(String productName)
The name of the service.
example:NAT Gateway
public QueryBillOverviewResponseBody.Item.Builder productType(String productType)
The type of the service.
example:rds
public QueryBillOverviewResponseBody.Item.Builder roundDownDiscount(String roundDownDiscount)
The round down discount.
example:0
public QueryBillOverviewResponseBody.Item.Builder subscriptionType(String subscriptionType)
The billing method. Valid values:
Subscription
public QueryBillOverviewResponseBody.Item.Builder tax(Float tax)
The tax.
example:0
public QueryBillOverviewResponseBody.Item build()
Copyright © 2026. All rights reserved.