public static final class QueryAccountBillResponseBody.Item.Builder extends Object
public QueryAccountBillResponseBody.Item.Builder adjustAmount(Float adjustAmount)
The amount deducted by using credit refunds.
example:0
public QueryAccountBillResponseBody.Item.Builder billAccountID(String billAccountID)
The ID of the account to which the bill belongs.
example:1857xxxxx489
public QueryAccountBillResponseBody.Item.Builder billAccountName(String billAccountName)
The name of the account to which the bill belongs.
example:public QueryAccountBillResponseBody.Item.Builder billingDate(String billingDate)
The billing date.
example:2021-03-01
public QueryAccountBillResponseBody.Item.Builder bizType(String bizType)
The business type.
example:trusteeship
public QueryAccountBillResponseBody.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 QueryAccountBillResponseBody.Item.Builder costUnit(String costUnit)
The cost center.
example:Not allocated
public QueryAccountBillResponseBody.Item.Builder currency(String currency)
The type of the currency. Valid values:
CNY
public QueryAccountBillResponseBody.Item.Builder deductedByCashCoupons(Float deductedByCashCoupons)
The amount deducted by using vouchers.
example:0
public QueryAccountBillResponseBody.Item.Builder deductedByCoupons(Float deductedByCoupons)
The amount deducted by using coupons.
example:0
public QueryAccountBillResponseBody.Item.Builder deductedByPrepaidCard(Float deductedByPrepaidCard)
The amount deducted by using prepaid cards.
example:0
public QueryAccountBillResponseBody.Item.Builder invoiceDiscount(Float invoiceDiscount)
The discount amount.
example:0
public QueryAccountBillResponseBody.Item.Builder outstandingAmount(Float outstandingAmount)
The unsettled amount or the amount settled with credits.
example:0
public QueryAccountBillResponseBody.Item.Builder ownerID(String ownerID)
The ID of the member.
example:325434254
public QueryAccountBillResponseBody.Item.Builder ownerName(String ownerName)
The name of the member.
example:aligzncloudtest2
public QueryAccountBillResponseBody.Item.Builder paymentAmount(Float paymentAmount)
The amount paid in cash. The amount that was deducted by using credit refunds is included.
example:0
public QueryAccountBillResponseBody.Item.Builder pipCode(String pipCode)
The code of the service. The service code is consistent with that displayed in User Center.
example:rds
public QueryAccountBillResponseBody.Item.Builder pretaxAmount(Float pretaxAmount)
The pretax amount.
example:0
public QueryAccountBillResponseBody.Item.Builder pretaxGrossAmount(Float pretaxGrossAmount)
The pretax gross amount.
example:0
public QueryAccountBillResponseBody.Item.Builder productCode(String productCode)
The code of the service.
example:A value is returned only if the IsGroupByProduct parameter is set to true.
rds
public QueryAccountBillResponseBody.Item.Builder productName(String productName)
The name of the service.
example:A value is returned only if the IsGroupByProduct parameter is set to true.
rds
public QueryAccountBillResponseBody.Item.Builder subscriptionType(String subscriptionType)
The billing method. Valid values:
example:A value is returned only if the IsGroupByProduct parameter is set to true.
PayAsYouGo
public QueryAccountBillResponseBody.Item build()
Copyright © 2026. All rights reserved.