public static final class QueryBillRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryBillRequest.Builder |
billingCycle(String billingCycle)
The billing cycle, in the YYYY-MM format.
|
QueryBillRequest.Builder |
billOwnerId(Long billOwnerId)
The ID of the member.
|
QueryBillRequest |
build() |
QueryBillRequest.Builder |
isDisplayLocalCurrency(Boolean isDisplayLocalCurrency)
Specifies whether to display local currency information in bills.
|
QueryBillRequest.Builder |
isHideZeroCharge(Boolean isHideZeroCharge)
Specifies whether to filter out a bill whose pretax gross amount is 0.
|
QueryBillRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
QueryBillRequest.Builder |
pageNum(Integer pageNum)
The number of the page to return.
|
QueryBillRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
QueryBillRequest.Builder |
productCode(String productCode)
The code of the service.
|
QueryBillRequest.Builder |
productType(String productType)
The type of the service.
|
QueryBillRequest.Builder |
subscriptionType(String subscriptionType)
The billing method.
|
QueryBillRequest.Builder |
type(String type)
The type of the bill.
|
public QueryBillRequest.Builder billOwnerId(Long billOwnerId)
The ID of the member.
example:123
public QueryBillRequest.Builder billingCycle(String billingCycle)
The billing cycle, in the YYYY-MM format.
This parameter is required.
example:2018-07
public QueryBillRequest.Builder isDisplayLocalCurrency(Boolean isDisplayLocalCurrency)
Specifies whether to display local currency information in bills. The parameter will be discontinued.
example:false
public QueryBillRequest.Builder isHideZeroCharge(Boolean isHideZeroCharge)
Specifies whether to filter out a bill whose pretax gross amount is 0. By default, a bill whose pretax gross amount is 0 is not filtered out. Valid values:
true
public QueryBillRequest.Builder ownerId(Long ownerId)
public QueryBillRequest.Builder pageNum(Integer pageNum)
The number of the page to return. Default value: 1.
example:1
public QueryBillRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 20. Maximum value: 300.
example:20
public QueryBillRequest.Builder productCode(String productCode)
The code of the service.
example:rds
public QueryBillRequest.Builder productType(String productType)
The type of the service.
example:rds
public QueryBillRequest.Builder subscriptionType(String subscriptionType)
The billing method. Valid values:
This parameter must be used together with the ProductCode parameter.
example:Subscription
public QueryBillRequest.Builder type(String type)
The type of the bill. Valid values:
SubscriptionOrder
public QueryBillRequest build()
Copyright © 2026. All rights reserved.