tencentcloud-sdk-nodejs-billing 4.1.82 → 4.1.120
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/es/services/billing/v20180709/billing_client.js +22 -4
- package/es/services/billing/v20180709/billing_models.js +1 -0
- package/package.json +6 -5
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +29 -5
- package/tencentcloud/services/billing/v20180709/billing_client.js +42 -6
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1245 -338
- package/tencentcloud/services/index.js +1 -0
|
@@ -30,6 +30,12 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
30
30
|
async DescribeAllocateConditions(req, cb) {
|
|
31
31
|
return this.request("DescribeAllocateConditions", req, cb);
|
|
32
32
|
}
|
|
33
|
+
async CreateBudget(req, cb) {
|
|
34
|
+
return this.request("CreateBudget", req, cb);
|
|
35
|
+
}
|
|
36
|
+
async DescribeBudgetRemindRecordList(req, cb) {
|
|
37
|
+
return this.request("DescribeBudgetRemindRecordList", req, cb);
|
|
38
|
+
}
|
|
33
39
|
async DescribeAllocationOverview(req, cb) {
|
|
34
40
|
return this.request("DescribeAllocationOverview", req, cb);
|
|
35
41
|
}
|
|
@@ -42,6 +48,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
42
48
|
async CreateAllocationTag(req, cb) {
|
|
43
49
|
return this.request("CreateAllocationTag", req, cb);
|
|
44
50
|
}
|
|
51
|
+
async DeleteBudget(req, cb) {
|
|
52
|
+
return this.request("DeleteBudget", req, cb);
|
|
53
|
+
}
|
|
45
54
|
async DescribeVoucherInfo(req, cb) {
|
|
46
55
|
return this.request("DescribeVoucherInfo", req, cb);
|
|
47
56
|
}
|
|
@@ -93,6 +102,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
93
102
|
async DescribeAllocationBillConditions(req, cb) {
|
|
94
103
|
return this.request("DescribeAllocationBillConditions", req, cb);
|
|
95
104
|
}
|
|
105
|
+
async ModifyBudget(req, cb) {
|
|
106
|
+
return this.request("ModifyBudget", req, cb);
|
|
107
|
+
}
|
|
96
108
|
async DescribeAccountBalance(req, cb) {
|
|
97
109
|
return this.request("DescribeAccountBalance", req, cb);
|
|
98
110
|
}
|
|
@@ -108,6 +120,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
108
120
|
async DescribeAllocationUnitDetail(req, cb) {
|
|
109
121
|
return this.request("DescribeAllocationUnitDetail", req, cb);
|
|
110
122
|
}
|
|
123
|
+
async DescribeTagList(req, cb) {
|
|
124
|
+
return this.request("DescribeTagList", req, cb);
|
|
125
|
+
}
|
|
111
126
|
async DescribeBillAdjustInfo(req, cb) {
|
|
112
127
|
return this.request("DescribeBillAdjustInfo", req, cb);
|
|
113
128
|
}
|
|
@@ -138,8 +153,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
138
153
|
async DescribeSavingPlanResourceInfo(req, cb) {
|
|
139
154
|
return this.request("DescribeSavingPlanResourceInfo", req, cb);
|
|
140
155
|
}
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
156
|
+
async DescribeBudget(req, cb) {
|
|
157
|
+
return this.request("DescribeBudget", req, cb);
|
|
143
158
|
}
|
|
144
159
|
async ModifyAllocationUnit(req, cb) {
|
|
145
160
|
return this.request("ModifyAllocationUnit", req, cb);
|
|
@@ -150,8 +165,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
150
165
|
async PayDeals(req, cb) {
|
|
151
166
|
return this.request("PayDeals", req, cb);
|
|
152
167
|
}
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
168
|
+
async DescribeBudgetOperationLog(req, cb) {
|
|
169
|
+
return this.request("DescribeBudgetOperationLog", req, cb);
|
|
155
170
|
}
|
|
156
171
|
async DeleteAllocationTag(req, cb) {
|
|
157
172
|
return this.request("DeleteAllocationTag", req, cb);
|
|
@@ -159,6 +174,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
159
174
|
async DescribeDealsByCond(req, cb) {
|
|
160
175
|
return this.request("DescribeDealsByCond", req, cb);
|
|
161
176
|
}
|
|
177
|
+
async DescribeCostSummaryByProduct(req, cb) {
|
|
178
|
+
return this.request("DescribeCostSummaryByProduct", req, cb);
|
|
179
|
+
}
|
|
162
180
|
async DescribeAllocationSummaryByItem(req, cb) {
|
|
163
181
|
return this.request("DescribeAllocationSummaryByItem", req, cb);
|
|
164
182
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tencentcloud-sdk-nodejs-billing",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.120",
|
|
4
4
|
"description": "腾讯云 API NODEJS SDK",
|
|
5
5
|
"main": "./tencentcloud/index.js",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"build:es": "tsc -p tsconfig.es.json",
|
|
13
13
|
"build:slim": "node ./scripts/build_slim.js",
|
|
14
14
|
"prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'",
|
|
15
|
-
"clean": "rimraf tencentcloud es"
|
|
15
|
+
"clean": "rimraf tencentcloud es",
|
|
16
|
+
"test:common": "vitest run"
|
|
16
17
|
},
|
|
17
18
|
"engines": {
|
|
18
19
|
"node": ">=10"
|
|
@@ -44,9 +45,8 @@
|
|
|
44
45
|
"url": "https://github.com/tencentcloud/tencentcloud-sdk-nodejs"
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
|
-
"@types/form-data": "^2.5.0",
|
|
48
48
|
"@types/json-bigint": "^1.0.1",
|
|
49
|
-
"@types/node": "^
|
|
49
|
+
"@types/node": "^18.0.0",
|
|
50
50
|
"@types/node-fetch": "^2.5.7",
|
|
51
51
|
"@types/uuid": "^9.0.8",
|
|
52
52
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"prettier": "^2.3.0",
|
|
62
62
|
"rimraf": "^5.0.10",
|
|
63
63
|
"ts-node": "^8.10.2",
|
|
64
|
-
"typescript": "^
|
|
64
|
+
"typescript": "^5.9.2",
|
|
65
|
+
"vitest": "2.1.9"
|
|
65
66
|
}
|
|
66
67
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { CreateAllocationUnitRequest, DescribeBillAdjustInfoResponse, DescribeCostSummaryByProductRequest, DescribeCostExplorerSummaryResponse, ModifyAllocationRuleRequest, DeleteAllocationRuleRequest, CreateAllocationRuleResponse, DescribeCostExplorerSummaryRequest, DescribeCostSummaryByProductResponse, DescribeAllocationTreeResponse, DescribeBillDetailForOrganizationResponse, DescribeCostSummaryByResourceResponse, DescribeBillSummaryByRegionRequest, DescribeBillListResponse, DescribeAllocateConditionsRequest, CreateAllocationRuleRequest,
|
|
2
|
+
import { CreateAllocationUnitRequest, DescribeBillAdjustInfoResponse, DescribeCostSummaryByProductRequest, DescribeBudgetResponse, DescribeCostExplorerSummaryResponse, ModifyGatherRuleRequest, ModifyAllocationRuleRequest, DeleteAllocationRuleRequest, CreateAllocationRuleResponse, DescribeBudgetRequest, DescribeCostExplorerSummaryRequest, DescribeCostSummaryByProductResponse, DescribeAllocationTreeResponse, DescribeBillDetailForOrganizationResponse, DescribeCostSummaryByResourceResponse, DescribeBillSummaryByRegionRequest, CreateBudgetRequest, DescribeBillListResponse, DescribeAllocateConditionsRequest, CreateAllocationRuleRequest, DeleteBudgetResponse, DescribeBillSummaryRequest, DescribeBillResourceSummaryResponse, DescribeGatherRuleDetailRequest, DescribeAllocationOverviewResponse, DescribeDosageCosDetailByDateRequest, DeleteAllocationTagRequest, DescribeBillSummaryByProductRequest, DescribeDosageDetailListResponse, DescribeAllocationBillDetailRequest, DescribeBillListRequest, DescribeAllocationTrendByMonthRequest, DescribeVoucherUsageDetailsResponse, DescribeAccountBalanceResponse, DescribeGatherResourceResponse, DescribeAllocationSummaryByResourceRequest, DescribeCostDetailResponse, DescribeAllocationMonthOverviewResponse, DescribeAllocationSummaryByItemResponse, DescribeDosageDetailByDateRequest, ModifyBudgetResponse, DescribeGatherResourceRequest, DescribeCostSummaryByProjectResponse, DescribeBillSummaryByTagResponse, ModifyAllocationRuleResponse, DescribeAllocationUnitDetailResponse, DescribeAllocationSummaryByBusinessResponse, DescribeAllocationSummaryByItemRequest, DescribeBillSummaryByTagRequest, DescribeAllocationRuleSummaryResponse, DescribeBillSummaryByProjectRequest, CreateGatherRuleRequest, DescribeBillResourceSummaryForOrganizationRequest, DescribeBudgetRemindRecordListRequest, DescribeCostSummaryByRegionRequest, DescribeBillDownloadUrlRequest, DescribeAllocationOverviewRequest, DescribeAllocationSummaryByBusinessRequest, CreateBudgetResponse, DescribeBillSummaryByPayModeRequest, DeleteGatherRuleResponse, DescribeAllocationBillConditionsRequest, DescribeAllocationRuleDetailRequest, PayDealsResponse, DescribeCostSummaryByProjectRequest, DescribeBillDetailResponse, DescribeDealsByCondResponse, DescribeBillSummaryByProjectResponse, DescribeBillAdjustInfoRequest, DeleteAllocationRuleResponse, PayDealsRequest, DescribeAllocationBillConditionsResponse, DescribeAllocationMonthOverviewRequest, DescribeBillSummaryResponse, DescribeBudgetOperationLogResponse, DescribeAllocationUnitDetailRequest, DescribeBillSummaryForOrganizationRequest, ModifyBudgetRequest, DescribeBillDetailForOrganizationRequest, DescribeVoucherUsageDetailsRequest, DescribeBillResourceSummaryRequest, DescribeCostSummaryByRegionResponse, DescribeCostDetailRequest, DescribeBillSummaryForOrganizationResponse, DescribeTagListRequest, DescribeBillResourceSummaryForOrganizationResponse, DescribeAllocationTreeRequest, DescribeCostSummaryByResourceRequest, CreateAllocationTagRequest, DescribeAllocationRuleDetailResponse, DescribeBillSummaryByPayModeResponse, DeleteAllocationTagResponse, DescribeBudgetOperationLogRequest, DescribeBillSummaryByProductResponse, DescribeAllocationRuleSummaryRequest, CreateAllocationTagResponse, ModifyAllocationUnitRequest, DescribeBillDownloadUrlResponse, ModifyGatherRuleResponse, DescribeAccountBalanceRequest, DescribeBillDetailRequest, DescribeDosageDetailByDateResponse, DescribeSavingPlanResourceInfoRequest, DescribeVoucherInfoResponse, DeleteGatherRuleRequest, DescribeAllocationBillDetailResponse, CreateGatherRuleResponse, DescribeAllocateConditionsResponse, DescribeVoucherInfoRequest, DescribeDosageDetailListRequest, DescribeBudgetRemindRecordListResponse, DescribeBillSummaryByRegionResponse, DeleteBudgetRequest, DescribeSavingPlanResourceInfoResponse, DescribeDealsByCondRequest, DescribeAllocationSummaryByResourceResponse, CreateAllocationUnitResponse, DescribeDosageCosDetailByDateResponse, DeleteAllocationUnitRequest, DeleteAllocationUnitResponse, DescribeTagListResponse, DescribeAllocationTrendByMonthResponse, ModifyAllocationUnitResponse, DescribeGatherRuleDetailResponse } from "./billing_models";
|
|
3
3
|
/**
|
|
4
4
|
* billing client
|
|
5
5
|
* @class
|
|
@@ -43,6 +43,14 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
43
43
|
* 查询资源目录筛选条件
|
|
44
44
|
*/
|
|
45
45
|
DescribeAllocateConditions(req: DescribeAllocateConditionsRequest, cb?: (error: string, rep: DescribeAllocateConditionsResponse) => void): Promise<DescribeAllocateConditionsResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* 创建预算信息
|
|
48
|
+
*/
|
|
49
|
+
CreateBudget(req: CreateBudgetRequest, cb?: (error: string, rep: CreateBudgetResponse) => void): Promise<CreateBudgetResponse>;
|
|
50
|
+
/**
|
|
51
|
+
* 返回预算提醒记录,包括预算周期、检测时间、提醒时间、提醒类型、提醒内容
|
|
52
|
+
*/
|
|
53
|
+
DescribeBudgetRemindRecordList(req: DescribeBudgetRemindRecordListRequest, cb?: (error: string, rep: DescribeBudgetRemindRecordListResponse) => void): Promise<DescribeBudgetRemindRecordListResponse>;
|
|
46
54
|
/**
|
|
47
55
|
* 查询分账账单日概览
|
|
48
56
|
*/
|
|
@@ -59,6 +67,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
59
67
|
* 批量设置分账标签
|
|
60
68
|
*/
|
|
61
69
|
CreateAllocationTag(req: CreateAllocationTagRequest, cb?: (error: string, rep: CreateAllocationTagResponse) => void): Promise<CreateAllocationTagResponse>;
|
|
70
|
+
/**
|
|
71
|
+
* 依据预算ID删除对应预算项目
|
|
72
|
+
*/
|
|
73
|
+
DeleteBudget(req: DeleteBudgetRequest, cb?: (error: string, rep: DeleteBudgetResponse) => void): Promise<DeleteBudgetResponse>;
|
|
62
74
|
/**
|
|
63
75
|
* 获取代金券相关信息
|
|
64
76
|
*/
|
|
@@ -130,6 +142,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
130
142
|
* 查询分账账单筛选条件
|
|
131
143
|
*/
|
|
132
144
|
DescribeAllocationBillConditions(req: DescribeAllocationBillConditionsRequest, cb?: (error: string, rep: DescribeAllocationBillConditionsResponse) => void): Promise<DescribeAllocationBillConditionsResponse>;
|
|
145
|
+
/**
|
|
146
|
+
* 更新预算信息
|
|
147
|
+
*/
|
|
148
|
+
ModifyBudget(req: ModifyBudgetRequest, cb?: (error: string, rep: ModifyBudgetResponse) => void): Promise<ModifyBudgetResponse>;
|
|
133
149
|
/**
|
|
134
150
|
* 获取云账户余额信息。
|
|
135
151
|
*/
|
|
@@ -150,6 +166,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
150
166
|
* 查询分账单元详情
|
|
151
167
|
*/
|
|
152
168
|
DescribeAllocationUnitDetail(req: DescribeAllocationUnitDetailRequest, cb?: (error: string, rep: DescribeAllocationUnitDetailResponse) => void): Promise<DescribeAllocationUnitDetailResponse>;
|
|
169
|
+
/**
|
|
170
|
+
* 获取分账标签
|
|
171
|
+
*/
|
|
172
|
+
DescribeTagList(req: DescribeTagListRequest, cb?: (error: string, rep: DescribeTagListResponse) => void): Promise<DescribeTagListResponse>;
|
|
153
173
|
/**
|
|
154
174
|
* 可以通过API获取当前UIN是否有调账,客户可以更快地主动地获取调账情况。
|
|
155
175
|
*/
|
|
@@ -191,9 +211,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
191
211
|
*/
|
|
192
212
|
DescribeSavingPlanResourceInfo(req: DescribeSavingPlanResourceInfoRequest, cb?: (error: string, rep: DescribeSavingPlanResourceInfoResponse) => void): Promise<DescribeSavingPlanResourceInfoResponse>;
|
|
193
213
|
/**
|
|
194
|
-
*
|
|
214
|
+
* 获取预算详细信息
|
|
195
215
|
*/
|
|
196
|
-
|
|
216
|
+
DescribeBudget(req: DescribeBudgetRequest, cb?: (error: string, rep: DescribeBudgetResponse) => void): Promise<DescribeBudgetResponse>;
|
|
197
217
|
/**
|
|
198
218
|
* 修改分账单元信息
|
|
199
219
|
*/
|
|
@@ -207,9 +227,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
207
227
|
*/
|
|
208
228
|
PayDeals(req: PayDealsRequest, cb?: (error: string, rep: PayDealsResponse) => void): Promise<PayDealsResponse>;
|
|
209
229
|
/**
|
|
210
|
-
*
|
|
230
|
+
* 查询预算修改记录
|
|
211
231
|
*/
|
|
212
|
-
|
|
232
|
+
DescribeBudgetOperationLog(req: DescribeBudgetOperationLogRequest, cb?: (error: string, rep: DescribeBudgetOperationLogResponse) => void): Promise<DescribeBudgetOperationLogResponse>;
|
|
213
233
|
/**
|
|
214
234
|
* 批量取消设置分账标签
|
|
215
235
|
*/
|
|
@@ -218,6 +238,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
218
238
|
* 查询订单
|
|
219
239
|
*/
|
|
220
240
|
DescribeDealsByCond(req: DescribeDealsByCondRequest, cb?: (error: string, rep: DescribeDealsByCondResponse) => void): Promise<DescribeDealsByCondResponse>;
|
|
241
|
+
/**
|
|
242
|
+
* 获取按产品汇总消耗详情
|
|
243
|
+
*/
|
|
244
|
+
DescribeCostSummaryByProduct(req: DescribeCostSummaryByProductRequest, cb?: (error: string, rep: DescribeCostSummaryByProductResponse) => void): Promise<DescribeCostSummaryByProductResponse>;
|
|
221
245
|
/**
|
|
222
246
|
* 查询分账账单按组件汇总
|
|
223
247
|
*/
|
|
@@ -83,6 +83,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
83
83
|
async DescribeAllocateConditions(req, cb) {
|
|
84
84
|
return this.request("DescribeAllocateConditions", req, cb);
|
|
85
85
|
}
|
|
86
|
+
/**
|
|
87
|
+
* 创建预算信息
|
|
88
|
+
*/
|
|
89
|
+
async CreateBudget(req, cb) {
|
|
90
|
+
return this.request("CreateBudget", req, cb);
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* 返回预算提醒记录,包括预算周期、检测时间、提醒时间、提醒类型、提醒内容
|
|
94
|
+
*/
|
|
95
|
+
async DescribeBudgetRemindRecordList(req, cb) {
|
|
96
|
+
return this.request("DescribeBudgetRemindRecordList", req, cb);
|
|
97
|
+
}
|
|
86
98
|
/**
|
|
87
99
|
* 查询分账账单日概览
|
|
88
100
|
*/
|
|
@@ -107,6 +119,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
107
119
|
async CreateAllocationTag(req, cb) {
|
|
108
120
|
return this.request("CreateAllocationTag", req, cb);
|
|
109
121
|
}
|
|
122
|
+
/**
|
|
123
|
+
* 依据预算ID删除对应预算项目
|
|
124
|
+
*/
|
|
125
|
+
async DeleteBudget(req, cb) {
|
|
126
|
+
return this.request("DeleteBudget", req, cb);
|
|
127
|
+
}
|
|
110
128
|
/**
|
|
111
129
|
* 获取代金券相关信息
|
|
112
130
|
*/
|
|
@@ -212,6 +230,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
212
230
|
async DescribeAllocationBillConditions(req, cb) {
|
|
213
231
|
return this.request("DescribeAllocationBillConditions", req, cb);
|
|
214
232
|
}
|
|
233
|
+
/**
|
|
234
|
+
* 更新预算信息
|
|
235
|
+
*/
|
|
236
|
+
async ModifyBudget(req, cb) {
|
|
237
|
+
return this.request("ModifyBudget", req, cb);
|
|
238
|
+
}
|
|
215
239
|
/**
|
|
216
240
|
* 获取云账户余额信息。
|
|
217
241
|
*/
|
|
@@ -242,6 +266,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
242
266
|
async DescribeAllocationUnitDetail(req, cb) {
|
|
243
267
|
return this.request("DescribeAllocationUnitDetail", req, cb);
|
|
244
268
|
}
|
|
269
|
+
/**
|
|
270
|
+
* 获取分账标签
|
|
271
|
+
*/
|
|
272
|
+
async DescribeTagList(req, cb) {
|
|
273
|
+
return this.request("DescribeTagList", req, cb);
|
|
274
|
+
}
|
|
245
275
|
/**
|
|
246
276
|
* 可以通过API获取当前UIN是否有调账,客户可以更快地主动地获取调账情况。
|
|
247
277
|
*/
|
|
@@ -303,10 +333,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
303
333
|
return this.request("DescribeSavingPlanResourceInfo", req, cb);
|
|
304
334
|
}
|
|
305
335
|
/**
|
|
306
|
-
*
|
|
336
|
+
* 获取预算详细信息
|
|
307
337
|
*/
|
|
308
|
-
async
|
|
309
|
-
return this.request("
|
|
338
|
+
async DescribeBudget(req, cb) {
|
|
339
|
+
return this.request("DescribeBudget", req, cb);
|
|
310
340
|
}
|
|
311
341
|
/**
|
|
312
342
|
* 修改分账单元信息
|
|
@@ -327,10 +357,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
327
357
|
return this.request("PayDeals", req, cb);
|
|
328
358
|
}
|
|
329
359
|
/**
|
|
330
|
-
*
|
|
360
|
+
* 查询预算修改记录
|
|
331
361
|
*/
|
|
332
|
-
async
|
|
333
|
-
return this.request("
|
|
362
|
+
async DescribeBudgetOperationLog(req, cb) {
|
|
363
|
+
return this.request("DescribeBudgetOperationLog", req, cb);
|
|
334
364
|
}
|
|
335
365
|
/**
|
|
336
366
|
* 批量取消设置分账标签
|
|
@@ -344,6 +374,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
344
374
|
async DescribeDealsByCond(req, cb) {
|
|
345
375
|
return this.request("DescribeDealsByCond", req, cb);
|
|
346
376
|
}
|
|
377
|
+
/**
|
|
378
|
+
* 获取按产品汇总消耗详情
|
|
379
|
+
*/
|
|
380
|
+
async DescribeCostSummaryByProduct(req, cb) {
|
|
381
|
+
return this.request("DescribeCostSummaryByProduct", req, cb);
|
|
382
|
+
}
|
|
347
383
|
/**
|
|
348
384
|
* 查询分账账单按组件汇总
|
|
349
385
|
*/
|