public class BillingClient extends AbstractBceClient
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX| Constructor and Description |
|---|
BillingClient()
Constructs a new client to invoke service methods on billing with default configuration.
|
BillingClient(BceClientConfiguration config)
Constructs a new client to invoke service methods on billing default configuration.
|
| Modifier and Type | Method and Description |
|---|---|
OrderListResponse |
getOrderList(OrderListRequest request)
Query the order list
|
ResourceMonthBillResponse |
getResourceMonthBill(ResourceMonthBillRequest request)
Query the detail resource month bills.
|
PricingQueryResponse |
getSpecificCpcPrice(CpcPricingRequest request)
Query the detail price of charge items
|
PricingQueryResponse |
getSpecificCptPrice(CptPricingRequest request)
Query the detail price of charge items
|
getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdownpublic BillingClient()
public BillingClient(BceClientConfiguration config)
public ResourceMonthBillResponse getResourceMonthBill(ResourceMonthBillRequest request)
request - The request containing all options for getting the bills info.public OrderListResponse getOrderList(OrderListRequest request)
request - The request containing all options for getting the order info.public PricingQueryResponse getSpecificCpcPrice(CpcPricingRequest request)
request - The request containing all options for getting the price info.public PricingQueryResponse getSpecificCptPrice(CptPricingRequest request)
request - The request containing all options for getting the price info.Copyright © 2019. All rights reserved.