tencentcloud-sdk-nodejs-billing 4.0.801 → 4.0.808
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/products.md +54 -54
- package/src/services/billing/v20180709/billing_client.ts +214 -64
- package/src/services/billing/v20180709/billing_models.ts +4111 -1330
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +59 -19
- package/tencentcloud/services/billing/v20180709/billing_client.js +86 -26
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +4023 -1292
|
@@ -1,31 +1,52 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { DescribeCostSummaryByProductRequest, DescribeCostExplorerSummaryResponse, DescribeCostExplorerSummaryRequest, DescribeCostSummaryByProductResponse, DeleteAllocationTagResponse, DescribeBillDetailForOrganizationResponse, DescribeCostSummaryByResourceResponse, DescribeBillSummaryByRegionRequest, DescribeCostSummaryByProjectRequest, DescribeBillSummaryRequest, DescribeBillResourceSummaryResponse, DescribeDosageCosDetailByDateRequest, DeleteAllocationTagRequest,
|
|
2
|
+
import { DescribeCostSummaryByProductRequest, DescribeCostExplorerSummaryResponse, DescribeCostExplorerSummaryRequest, DescribeCostSummaryByProductResponse, DeleteAllocationTagResponse, DescribeBillDetailForOrganizationResponse, DescribeCostSummaryByResourceResponse, DescribeBillSummaryByRegionRequest, DescribeCostSummaryByProjectRequest, DescribeAllocateConditionsRequest, DescribeBillSummaryRequest, DescribeBillResourceSummaryResponse, DescribeAllocationOverviewResponse, DescribeDosageCosDetailByDateRequest, DeleteAllocationTagRequest, DescribeBillSummaryByProductRequest, DescribeSavingPlanOverviewResponse, DescribeDosageDetailListResponse, DescribeAllocationBillDetailRequest, DescribeBillListRequest, DescribeAllocationTrendByMonthRequest, DescribeVoucherUsageDetailsResponse, DescribeAllocationOverviewRequest, DescribeGatherResourceResponse, DescribeCostDetailResponse, DescribeAllocationMonthOverviewResponse, DescribeAllocationSummaryByItemResponse, DescribeDosageDetailByDateResponse, DescribeDosageDetailByDateRequest, DescribeGatherResourceRequest, DescribeCostSummaryByProjectResponse, DescribeBillSummaryByTagResponse, DescribeBillSummaryByPayModeResponse, DescribeAllocationSummaryByBusinessResponse, DescribeAllocationSummaryByItemRequest, DescribeBillSummaryByTagRequest, DescribeSavingPlanCoverageResponse, DescribeBillSummaryByProjectRequest, DescribeBillResourceSummaryForOrganizationRequest, DescribeCostSummaryByRegionRequest, DescribeBillDownloadUrlRequest, DescribeAllocationSummaryByBusinessRequest, CreateSavingPlanOrderResponse, DescribeBillSummaryByPayModeRequest, DescribeAllocationBillConditionsRequest, DescribeSavingPlanCoverageRequest, PayDealsResponse, CreateSavingPlanOrderRequest, DescribeBillDetailResponse, DescribeDealsByCondResponse, DescribeBillSummaryByProjectResponse, DescribeBillDownloadUrlResponse, PayDealsRequest, DescribeAllocationBillConditionsResponse, DescribeAllocationMonthOverviewRequest, DescribeBillSummaryResponse, DescribeBillSummaryForOrganizationRequest, DescribeSavingPlanOverviewRequest, DescribeBillDetailForOrganizationRequest, DescribeVoucherUsageDetailsRequest, DescribeBillResourceSummaryRequest, DescribeCostDetailRequest, DescribeAllocationSummaryByResourceRequest, DescribeBillSummaryForOrganizationResponse, DescribeTagListRequest, DescribeBillResourceSummaryForOrganizationResponse, DescribeCostSummaryByResourceRequest, CreateAllocationTagRequest, DescribeBillSummaryByProductResponse, DescribeBillSummaryByRegionResponse, CreateAllocationTagResponse, DescribeAccountBalanceRequest, DescribeBillDetailRequest, DescribeSavingPlanResourceInfoRequest, DescribeVoucherInfoResponse, DescribeBillListResponse, DescribeAccountBalanceResponse, DescribeAllocationBillDetailResponse, DescribeSavingPlanUsageResponse, DescribeAllocateConditionsResponse, DescribeDosageDetailListRequest, DescribeVoucherInfoRequest, DescribeSavingPlanUsageRequest, DescribeSavingPlanResourceInfoResponse, DescribeDealsByCondRequest, DescribeAllocationSummaryByResourceResponse, DescribeDosageCosDetailByDateResponse, DescribeTagListResponse, DescribeAllocationTrendByMonthResponse, DescribeCostSummaryByRegionResponse } from "./billing_models";
|
|
3
3
|
/**
|
|
4
4
|
* billing client
|
|
5
5
|
* @class
|
|
6
6
|
*/
|
|
7
7
|
export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
8
8
|
constructor(clientConfig: TencentCloudCommon.ClientConfig);
|
|
9
|
+
/**
|
|
10
|
+
* 成员账号获取管理账号代付账单(费用明细)。
|
|
11
|
+
注意事项:在请求接口时,由于网络不稳定或其它异常,可能会导致请求失败。如果您遇到这种情况,我们建议您在接口请求失败时,手动发起重试操作,这样可以更好地确保您的接口请求能够成功执行。
|
|
12
|
+
*/
|
|
13
|
+
DescribeBillDetailForOrganization(req: DescribeBillDetailForOrganizationRequest, cb?: (error: string, rep: DescribeBillDetailForOrganizationResponse) => void): Promise<DescribeBillDetailForOrganizationResponse>;
|
|
9
14
|
/**
|
|
10
15
|
* 获取按资源汇总消耗详情
|
|
11
16
|
*/
|
|
12
17
|
DescribeCostSummaryByResource(req: DescribeCostSummaryByResourceRequest, cb?: (error: string, rep: DescribeCostSummaryByResourceResponse) => void): Promise<DescribeCostSummaryByResourceResponse>;
|
|
13
18
|
/**
|
|
14
|
-
*
|
|
19
|
+
* 获取收支明细列表,支持翻页和参数过滤
|
|
15
20
|
*/
|
|
16
|
-
|
|
21
|
+
DescribeBillList(req: DescribeBillListRequest, cb?: (error: string, rep: DescribeBillListResponse) => void): Promise<DescribeBillListResponse>;
|
|
17
22
|
/**
|
|
18
23
|
* 查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。
|
|
19
24
|
*/
|
|
20
25
|
DescribeSavingPlanCoverage(req: DescribeSavingPlanCoverageRequest, cb?: (error: string, rep: DescribeSavingPlanCoverageResponse) => void): Promise<DescribeSavingPlanCoverageResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* 查询分账账单按资源汇总
|
|
28
|
+
*/
|
|
29
|
+
DescribeAllocationSummaryByResource(req: DescribeAllocationSummaryByResourceRequest, cb?: (error: string, rep: DescribeAllocationSummaryByResourceResponse) => void): Promise<DescribeAllocationSummaryByResourceResponse>;
|
|
21
30
|
/**
|
|
22
31
|
* 获取账单资源汇总数据
|
|
23
32
|
*/
|
|
24
33
|
DescribeBillResourceSummary(req: DescribeBillResourceSummaryRequest, cb?: (error: string, rep: DescribeBillResourceSummaryResponse) => void): Promise<DescribeBillResourceSummaryResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* 查询分账账单按产品汇总
|
|
36
|
+
*/
|
|
37
|
+
DescribeAllocationSummaryByBusiness(req: DescribeAllocationSummaryByBusinessRequest, cb?: (error: string, rep: DescribeAllocationSummaryByBusinessResponse) => void): Promise<DescribeAllocationSummaryByBusinessResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* 查询资源目录筛选条件
|
|
40
|
+
*/
|
|
41
|
+
DescribeAllocateConditions(req: DescribeAllocateConditionsRequest, cb?: (error: string, rep: DescribeAllocateConditionsResponse) => void): Promise<DescribeAllocateConditionsResponse>;
|
|
25
42
|
/**
|
|
26
43
|
* 查用当前用户明细节省计划总览查询时段内的使用情况
|
|
27
44
|
*/
|
|
28
45
|
DescribeSavingPlanOverview(req: DescribeSavingPlanOverviewRequest, cb?: (error: string, rep: DescribeSavingPlanOverviewResponse) => void): Promise<DescribeSavingPlanOverviewResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* 查询分账账单日概览
|
|
48
|
+
*/
|
|
49
|
+
DescribeAllocationOverview(req: DescribeAllocationOverviewRequest, cb?: (error: string, rep: DescribeAllocationOverviewResponse) => void): Promise<DescribeAllocationOverviewResponse>;
|
|
29
50
|
/**
|
|
30
51
|
* 获取已接入标准用量明细模板产品的用量明细数据,目前已接入并支持查询的产品包括:云联络中心、实时音视频、实时音视频、智能媒资托管、CODING DevOps、全球IP应用加速
|
|
31
52
|
*/
|
|
@@ -66,13 +87,13 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
66
87
|
*/
|
|
67
88
|
DescribeBillSummaryByPayMode(req: DescribeBillSummaryByPayModeRequest, cb?: (error: string, rep: DescribeBillSummaryByPayModeResponse) => void): Promise<DescribeBillSummaryByPayModeResponse>;
|
|
68
89
|
/**
|
|
69
|
-
*
|
|
90
|
+
* 获取按地域汇总消耗详情
|
|
70
91
|
*/
|
|
71
|
-
|
|
92
|
+
DescribeCostSummaryByRegion(req: DescribeCostSummaryByRegionRequest, cb?: (error: string, rep: DescribeCostSummaryByRegionResponse) => void): Promise<DescribeCostSummaryByRegionResponse>;
|
|
72
93
|
/**
|
|
73
|
-
*
|
|
94
|
+
* 查询分账账单费用趋势
|
|
74
95
|
*/
|
|
75
|
-
|
|
96
|
+
DescribeAllocationTrendByMonth(req: DescribeAllocationTrendByMonthRequest, cb?: (error: string, rep: DescribeAllocationTrendByMonthResponse) => void): Promise<DescribeAllocationTrendByMonthResponse>;
|
|
76
97
|
/**
|
|
77
98
|
* 该接口支持通过传参,获取L0-PDF、L1-汇总、L2-资源、L3-明细、账单包、五类账单文件下载链接
|
|
78
99
|
*/
|
|
@@ -82,10 +103,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
82
103
|
*/
|
|
83
104
|
DescribeDosageCosDetailByDate(req: DescribeDosageCosDetailByDateRequest, cb?: (error: string, rep: DescribeDosageCosDetailByDateResponse) => void): Promise<DescribeDosageCosDetailByDateResponse>;
|
|
84
105
|
/**
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
DescribeBillDetailForOrganization(req: DescribeBillDetailForOrganizationRequest, cb?: (error: string, rep: DescribeBillDetailForOrganizationResponse) => void): Promise<DescribeBillDetailForOrganizationResponse>;
|
|
106
|
+
* 查询分账账单筛选条件
|
|
107
|
+
*/
|
|
108
|
+
DescribeAllocationBillConditions(req: DescribeAllocationBillConditionsRequest, cb?: (error: string, rep: DescribeAllocationBillConditionsResponse) => void): Promise<DescribeAllocationBillConditionsResponse>;
|
|
89
109
|
/**
|
|
90
110
|
* 获取云账户余额信息。
|
|
91
111
|
*/
|
|
@@ -99,13 +119,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
99
119
|
*/
|
|
100
120
|
DescribeSavingPlanUsage(req: DescribeSavingPlanUsageRequest, cb?: (error: string, rep: DescribeSavingPlanUsageResponse) => void): Promise<DescribeSavingPlanUsageResponse>;
|
|
101
121
|
/**
|
|
102
|
-
*
|
|
122
|
+
* 查询分账账单明细
|
|
103
123
|
*/
|
|
104
|
-
|
|
105
|
-
/**
|
|
106
|
-
* 创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付
|
|
107
|
-
*/
|
|
108
|
-
CreateSavingPlanOrder(req: CreateSavingPlanOrderRequest, cb?: (error: string, rep: CreateSavingPlanOrderResponse) => void): Promise<CreateSavingPlanOrderResponse>;
|
|
124
|
+
DescribeAllocationBillDetail(req: DescribeAllocationBillDetailRequest, cb?: (error: string, rep: DescribeAllocationBillDetailResponse) => void): Promise<DescribeAllocationBillDetailResponse>;
|
|
109
125
|
/**
|
|
110
126
|
* 获取按地域汇总费用分布
|
|
111
127
|
*/
|
|
@@ -114,6 +130,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
114
130
|
* 获取按项目汇总费用分布
|
|
115
131
|
*/
|
|
116
132
|
DescribeBillSummaryByProject(req: DescribeBillSummaryByProjectRequest, cb?: (error: string, rep: DescribeBillSummaryByProjectResponse) => void): Promise<DescribeBillSummaryByProjectResponse>;
|
|
133
|
+
/**
|
|
134
|
+
* 查询分账账单月概览
|
|
135
|
+
*/
|
|
136
|
+
DescribeAllocationMonthOverview(req: DescribeAllocationMonthOverviewRequest, cb?: (error: string, rep: DescribeAllocationMonthOverviewResponse) => void): Promise<DescribeAllocationMonthOverviewResponse>;
|
|
117
137
|
/**
|
|
118
138
|
* 获取按标签汇总费用分布
|
|
119
139
|
*/
|
|
@@ -122,6 +142,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
122
142
|
* 该接口支持通过传参,按照产品、项目、地域、计费模式和标签五个维度获取账单费用明细。
|
|
123
143
|
*/
|
|
124
144
|
DescribeBillSummaryForOrganization(req: DescribeBillSummaryForOrganizationRequest, cb?: (error: string, rep: DescribeBillSummaryForOrganizationResponse) => void): Promise<DescribeBillSummaryForOrganizationResponse>;
|
|
145
|
+
/**
|
|
146
|
+
* 查询分账账单资源归集汇总
|
|
147
|
+
*/
|
|
148
|
+
DescribeGatherResource(req: DescribeGatherResourceRequest, cb?: (error: string, rep: DescribeGatherResourceResponse) => void): Promise<DescribeGatherResourceResponse>;
|
|
125
149
|
/**
|
|
126
150
|
* 查询节省计划详情
|
|
127
151
|
*/
|
|
@@ -131,9 +155,17 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
131
155
|
*/
|
|
132
156
|
DescribeTagList(req: DescribeTagListRequest, cb?: (error: string, rep: DescribeTagListResponse) => void): Promise<DescribeTagListResponse>;
|
|
133
157
|
/**
|
|
134
|
-
*
|
|
158
|
+
* 获取代金券使用记录
|
|
135
159
|
*/
|
|
136
|
-
|
|
160
|
+
DescribeVoucherUsageDetails(req: DescribeVoucherUsageDetailsRequest, cb?: (error: string, rep: DescribeVoucherUsageDetailsResponse) => void): Promise<DescribeVoucherUsageDetailsResponse>;
|
|
161
|
+
/**
|
|
162
|
+
* 支付订单
|
|
163
|
+
*/
|
|
164
|
+
PayDeals(req: PayDealsRequest, cb?: (error: string, rep: PayDealsResponse) => void): Promise<PayDealsResponse>;
|
|
165
|
+
/**
|
|
166
|
+
* 创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付
|
|
167
|
+
*/
|
|
168
|
+
CreateSavingPlanOrder(req: CreateSavingPlanOrderRequest, cb?: (error: string, rep: CreateSavingPlanOrderResponse) => void): Promise<CreateSavingPlanOrderResponse>;
|
|
137
169
|
/**
|
|
138
170
|
* 批量取消设置分账标签
|
|
139
171
|
*/
|
|
@@ -142,6 +174,14 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
142
174
|
* 查询订单
|
|
143
175
|
*/
|
|
144
176
|
DescribeDealsByCond(req: DescribeDealsByCondRequest, cb?: (error: string, rep: DescribeDealsByCondResponse) => void): Promise<DescribeDealsByCondResponse>;
|
|
177
|
+
/**
|
|
178
|
+
* 获取按产品汇总消耗详情
|
|
179
|
+
*/
|
|
180
|
+
DescribeCostSummaryByProduct(req: DescribeCostSummaryByProductRequest, cb?: (error: string, rep: DescribeCostSummaryByProductResponse) => void): Promise<DescribeCostSummaryByProductResponse>;
|
|
181
|
+
/**
|
|
182
|
+
* 查询分账账单按组件汇总
|
|
183
|
+
*/
|
|
184
|
+
DescribeAllocationSummaryByItem(req: DescribeAllocationSummaryByItemRequest, cb?: (error: string, rep: DescribeAllocationSummaryByItemResponse) => void): Promise<DescribeAllocationSummaryByItemResponse>;
|
|
145
185
|
/**
|
|
146
186
|
* 获取产品汇总费用分布
|
|
147
187
|
*/
|
|
@@ -27,6 +27,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
27
27
|
constructor(clientConfig) {
|
|
28
28
|
super("billing.tencentcloudapi.com", "2018-07-09", clientConfig);
|
|
29
29
|
}
|
|
30
|
+
/**
|
|
31
|
+
* 成员账号获取管理账号代付账单(费用明细)。
|
|
32
|
+
注意事项:在请求接口时,由于网络不稳定或其它异常,可能会导致请求失败。如果您遇到这种情况,我们建议您在接口请求失败时,手动发起重试操作,这样可以更好地确保您的接口请求能够成功执行。
|
|
33
|
+
*/
|
|
34
|
+
async DescribeBillDetailForOrganization(req, cb) {
|
|
35
|
+
return this.request("DescribeBillDetailForOrganization", req, cb);
|
|
36
|
+
}
|
|
30
37
|
/**
|
|
31
38
|
* 获取按资源汇总消耗详情
|
|
32
39
|
*/
|
|
@@ -34,10 +41,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
34
41
|
return this.request("DescribeCostSummaryByResource", req, cb);
|
|
35
42
|
}
|
|
36
43
|
/**
|
|
37
|
-
*
|
|
44
|
+
* 获取收支明细列表,支持翻页和参数过滤
|
|
38
45
|
*/
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
46
|
+
async DescribeBillList(req, cb) {
|
|
47
|
+
return this.request("DescribeBillList", req, cb);
|
|
41
48
|
}
|
|
42
49
|
/**
|
|
43
50
|
* 查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。
|
|
@@ -45,18 +52,42 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
45
52
|
async DescribeSavingPlanCoverage(req, cb) {
|
|
46
53
|
return this.request("DescribeSavingPlanCoverage", req, cb);
|
|
47
54
|
}
|
|
55
|
+
/**
|
|
56
|
+
* 查询分账账单按资源汇总
|
|
57
|
+
*/
|
|
58
|
+
async DescribeAllocationSummaryByResource(req, cb) {
|
|
59
|
+
return this.request("DescribeAllocationSummaryByResource", req, cb);
|
|
60
|
+
}
|
|
48
61
|
/**
|
|
49
62
|
* 获取账单资源汇总数据
|
|
50
63
|
*/
|
|
51
64
|
async DescribeBillResourceSummary(req, cb) {
|
|
52
65
|
return this.request("DescribeBillResourceSummary", req, cb);
|
|
53
66
|
}
|
|
67
|
+
/**
|
|
68
|
+
* 查询分账账单按产品汇总
|
|
69
|
+
*/
|
|
70
|
+
async DescribeAllocationSummaryByBusiness(req, cb) {
|
|
71
|
+
return this.request("DescribeAllocationSummaryByBusiness", req, cb);
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* 查询资源目录筛选条件
|
|
75
|
+
*/
|
|
76
|
+
async DescribeAllocateConditions(req, cb) {
|
|
77
|
+
return this.request("DescribeAllocateConditions", req, cb);
|
|
78
|
+
}
|
|
54
79
|
/**
|
|
55
80
|
* 查用当前用户明细节省计划总览查询时段内的使用情况
|
|
56
81
|
*/
|
|
57
82
|
async DescribeSavingPlanOverview(req, cb) {
|
|
58
83
|
return this.request("DescribeSavingPlanOverview", req, cb);
|
|
59
84
|
}
|
|
85
|
+
/**
|
|
86
|
+
* 查询分账账单日概览
|
|
87
|
+
*/
|
|
88
|
+
async DescribeAllocationOverview(req, cb) {
|
|
89
|
+
return this.request("DescribeAllocationOverview", req, cb);
|
|
90
|
+
}
|
|
60
91
|
/**
|
|
61
92
|
* 获取已接入标准用量明细模板产品的用量明细数据,目前已接入并支持查询的产品包括:云联络中心、实时音视频、实时音视频、智能媒资托管、CODING DevOps、全球IP应用加速
|
|
62
93
|
*/
|
|
@@ -115,16 +146,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
115
146
|
return this.request("DescribeBillSummaryByPayMode", req, cb);
|
|
116
147
|
}
|
|
117
148
|
/**
|
|
118
|
-
*
|
|
149
|
+
* 获取按地域汇总消耗详情
|
|
119
150
|
*/
|
|
120
|
-
async
|
|
121
|
-
return this.request("
|
|
151
|
+
async DescribeCostSummaryByRegion(req, cb) {
|
|
152
|
+
return this.request("DescribeCostSummaryByRegion", req, cb);
|
|
122
153
|
}
|
|
123
154
|
/**
|
|
124
|
-
*
|
|
155
|
+
* 查询分账账单费用趋势
|
|
125
156
|
*/
|
|
126
|
-
async
|
|
127
|
-
return this.request("
|
|
157
|
+
async DescribeAllocationTrendByMonth(req, cb) {
|
|
158
|
+
return this.request("DescribeAllocationTrendByMonth", req, cb);
|
|
128
159
|
}
|
|
129
160
|
/**
|
|
130
161
|
* 该接口支持通过传参,获取L0-PDF、L1-汇总、L2-资源、L3-明细、账单包、五类账单文件下载链接
|
|
@@ -139,11 +170,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
139
170
|
return this.request("DescribeDosageCosDetailByDate", req, cb);
|
|
140
171
|
}
|
|
141
172
|
/**
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
return this.request("DescribeBillDetailForOrganization", req, cb);
|
|
173
|
+
* 查询分账账单筛选条件
|
|
174
|
+
*/
|
|
175
|
+
async DescribeAllocationBillConditions(req, cb) {
|
|
176
|
+
return this.request("DescribeAllocationBillConditions", req, cb);
|
|
147
177
|
}
|
|
148
178
|
/**
|
|
149
179
|
* 获取云账户余额信息。
|
|
@@ -164,16 +194,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
164
194
|
return this.request("DescribeSavingPlanUsage", req, cb);
|
|
165
195
|
}
|
|
166
196
|
/**
|
|
167
|
-
*
|
|
168
|
-
*/
|
|
169
|
-
async DescribeVoucherUsageDetails(req, cb) {
|
|
170
|
-
return this.request("DescribeVoucherUsageDetails", req, cb);
|
|
171
|
-
}
|
|
172
|
-
/**
|
|
173
|
-
* 创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付
|
|
197
|
+
* 查询分账账单明细
|
|
174
198
|
*/
|
|
175
|
-
async
|
|
176
|
-
return this.request("
|
|
199
|
+
async DescribeAllocationBillDetail(req, cb) {
|
|
200
|
+
return this.request("DescribeAllocationBillDetail", req, cb);
|
|
177
201
|
}
|
|
178
202
|
/**
|
|
179
203
|
* 获取按地域汇总费用分布
|
|
@@ -187,6 +211,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
187
211
|
async DescribeBillSummaryByProject(req, cb) {
|
|
188
212
|
return this.request("DescribeBillSummaryByProject", req, cb);
|
|
189
213
|
}
|
|
214
|
+
/**
|
|
215
|
+
* 查询分账账单月概览
|
|
216
|
+
*/
|
|
217
|
+
async DescribeAllocationMonthOverview(req, cb) {
|
|
218
|
+
return this.request("DescribeAllocationMonthOverview", req, cb);
|
|
219
|
+
}
|
|
190
220
|
/**
|
|
191
221
|
* 获取按标签汇总费用分布
|
|
192
222
|
*/
|
|
@@ -199,6 +229,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
199
229
|
async DescribeBillSummaryForOrganization(req, cb) {
|
|
200
230
|
return this.request("DescribeBillSummaryForOrganization", req, cb);
|
|
201
231
|
}
|
|
232
|
+
/**
|
|
233
|
+
* 查询分账账单资源归集汇总
|
|
234
|
+
*/
|
|
235
|
+
async DescribeGatherResource(req, cb) {
|
|
236
|
+
return this.request("DescribeGatherResource", req, cb);
|
|
237
|
+
}
|
|
202
238
|
/**
|
|
203
239
|
* 查询节省计划详情
|
|
204
240
|
*/
|
|
@@ -212,10 +248,22 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
212
248
|
return this.request("DescribeTagList", req, cb);
|
|
213
249
|
}
|
|
214
250
|
/**
|
|
215
|
-
*
|
|
251
|
+
* 获取代金券使用记录
|
|
216
252
|
*/
|
|
217
|
-
async
|
|
218
|
-
return this.request("
|
|
253
|
+
async DescribeVoucherUsageDetails(req, cb) {
|
|
254
|
+
return this.request("DescribeVoucherUsageDetails", req, cb);
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* 支付订单
|
|
258
|
+
*/
|
|
259
|
+
async PayDeals(req, cb) {
|
|
260
|
+
return this.request("PayDeals", req, cb);
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* 创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付
|
|
264
|
+
*/
|
|
265
|
+
async CreateSavingPlanOrder(req, cb) {
|
|
266
|
+
return this.request("CreateSavingPlanOrder", req, cb);
|
|
219
267
|
}
|
|
220
268
|
/**
|
|
221
269
|
* 批量取消设置分账标签
|
|
@@ -229,6 +277,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
229
277
|
async DescribeDealsByCond(req, cb) {
|
|
230
278
|
return this.request("DescribeDealsByCond", req, cb);
|
|
231
279
|
}
|
|
280
|
+
/**
|
|
281
|
+
* 获取按产品汇总消耗详情
|
|
282
|
+
*/
|
|
283
|
+
async DescribeCostSummaryByProduct(req, cb) {
|
|
284
|
+
return this.request("DescribeCostSummaryByProduct", req, cb);
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* 查询分账账单按组件汇总
|
|
288
|
+
*/
|
|
289
|
+
async DescribeAllocationSummaryByItem(req, cb) {
|
|
290
|
+
return this.request("DescribeAllocationSummaryByItem", req, cb);
|
|
291
|
+
}
|
|
232
292
|
/**
|
|
233
293
|
* 获取产品汇总费用分布
|
|
234
294
|
*/
|