Documentation ¶
Index ¶
- type BillingClient
- func (c *BillingClient) CalculateTotalPrice(request *billing.CalculateTotalPriceRequest) (*billing.CalculateTotalPriceResponse, error)
- func (c *BillingClient) DisableLogger()
- func (c *BillingClient) QueryBillDetail(request *billing.QueryBillDetailRequest) (*billing.QueryBillDetailResponse, error)
- func (c *BillingClient) QueryBillSummary(request *billing.QueryBillSummaryRequest) (*billing.QueryBillSummaryResponse, error)
- func (c *BillingClient) SetConfig(config *core.Config)
- func (c *BillingClient) SetLogger(logger core.Logger)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BillingClient ¶
type BillingClient struct {
core.JDCloudClient
}
func NewBillingClient ¶
func NewBillingClient(credential *core.Credential) *BillingClient
func (*BillingClient) CalculateTotalPrice ¶
func (c *BillingClient) CalculateTotalPrice(request *billing.CalculateTotalPriceRequest) (*billing.CalculateTotalPriceResponse, error)
查询计费价格信息
func (*BillingClient) DisableLogger ¶ added in v1.13.0
func (c *BillingClient) DisableLogger()
func (*BillingClient) QueryBillDetail ¶ added in v1.6.0
func (c *BillingClient) QueryBillDetail(request *billing.QueryBillDetailRequest) (*billing.QueryBillDetailResponse, error)
查询账单明细数据
func (*BillingClient) QueryBillSummary ¶ added in v1.6.0
func (c *BillingClient) QueryBillSummary(request *billing.QueryBillSummaryRequest) (*billing.QueryBillSummaryResponse, error)
查询账单资源汇总数据
func (*BillingClient) SetConfig ¶
func (c *BillingClient) SetConfig(config *core.Config)
func (*BillingClient) SetLogger ¶
func (c *BillingClient) SetLogger(logger core.Logger)
Click to show internal directories.
Click to hide internal directories.