tencentcloud-sdk-nodejs-billing 4.0.800 → 4.0.807
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 +59 -59
- 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
|
@@ -21,11 +21,13 @@ import {
|
|
|
21
21
|
DescribeCostExplorerSummaryResponse,
|
|
22
22
|
ConsumptionBusinessSummaryDataItem,
|
|
23
23
|
BillTagInfo,
|
|
24
|
+
AllocationOverviewTotal,
|
|
24
25
|
SavingPlanCoverageRate,
|
|
25
26
|
BillTransactionInfo,
|
|
26
27
|
ConditionBusiness,
|
|
27
28
|
AnalyseActionTypeDetail,
|
|
28
29
|
DescribeCostExplorerSummaryRequest,
|
|
30
|
+
BillBusinessLink,
|
|
29
31
|
DescribeCostSummaryByProductResponse,
|
|
30
32
|
ProductInfo,
|
|
31
33
|
DeleteAllocationTagResponse,
|
|
@@ -34,71 +36,105 @@ import {
|
|
|
34
36
|
DescribeCostSummaryByResourceResponse,
|
|
35
37
|
DescribeBillSummaryByRegionRequest,
|
|
36
38
|
DescribeCostSummaryByProjectRequest,
|
|
39
|
+
DescribeAllocateConditionsRequest,
|
|
37
40
|
ConsumptionRegionSummaryDataItem,
|
|
38
41
|
DescribeBillSummaryRequest,
|
|
39
42
|
DescribeBillResourceSummaryResponse,
|
|
43
|
+
AllocationSummaryByItem,
|
|
44
|
+
TagSummaryOverviewItem,
|
|
40
45
|
DistributionBillDetail,
|
|
46
|
+
DescribeAllocationOverviewResponse,
|
|
41
47
|
DescribeDosageCosDetailByDateRequest,
|
|
42
48
|
DeleteAllocationTagRequest,
|
|
43
|
-
|
|
49
|
+
DescribeBillSummaryByProductRequest,
|
|
44
50
|
DescribeSavingPlanOverviewResponse,
|
|
45
51
|
BillDistributionResourceSummary,
|
|
46
52
|
BusinessSummaryInfo,
|
|
47
53
|
DescribeDosageDetailListResponse,
|
|
48
|
-
|
|
54
|
+
DescribeAllocationBillDetailRequest,
|
|
55
|
+
DescribeBillListRequest,
|
|
56
|
+
DescribeAllocationTrendByMonthRequest,
|
|
49
57
|
DescribeVoucherUsageDetailsResponse,
|
|
50
58
|
ConsumptionSummaryTotal,
|
|
51
59
|
SavingPlanCoverageDetail,
|
|
60
|
+
DescribeAllocationOverviewRequest,
|
|
61
|
+
DescribeGatherResourceResponse,
|
|
52
62
|
DescribeCostDetailResponse,
|
|
63
|
+
DetailPoint,
|
|
64
|
+
DescribeAllocationMonthOverviewResponse,
|
|
65
|
+
DescribeAllocationSummaryByItemResponse,
|
|
66
|
+
DescribeDosageDetailByDateResponse,
|
|
67
|
+
DescribeDosageDetailByDateRequest,
|
|
53
68
|
UsageRecords,
|
|
54
|
-
|
|
69
|
+
DescribeGatherResourceRequest,
|
|
55
70
|
DescribeCostSummaryByProjectResponse,
|
|
56
71
|
AnalyseProjectDetail,
|
|
57
72
|
DescribeBillSummaryByTagResponse,
|
|
73
|
+
SummaryDetail,
|
|
58
74
|
DescribeBillSummaryByPayModeResponse,
|
|
75
|
+
DescribeAllocationSummaryByBusinessResponse,
|
|
76
|
+
DescribeAllocationSummaryByItemRequest,
|
|
59
77
|
DescribeBillSummaryByTagRequest,
|
|
60
|
-
|
|
61
|
-
|
|
78
|
+
AnalyseDetail,
|
|
79
|
+
BillDays,
|
|
80
|
+
DescribeSavingPlanCoverageResponse,
|
|
62
81
|
AnalyseAmountDetail,
|
|
82
|
+
DescribeBillSummaryByProjectRequest,
|
|
63
83
|
DescribeBillResourceSummaryForOrganizationRequest,
|
|
64
|
-
AnalyseDetail,
|
|
65
84
|
DescribeCostSummaryByRegionRequest,
|
|
66
85
|
ConsumptionSummaryTrend,
|
|
67
86
|
DescribeBillDownloadUrlRequest,
|
|
87
|
+
DescribeAllocationSummaryByBusinessRequest,
|
|
68
88
|
CreateSavingPlanOrderResponse,
|
|
69
89
|
SavingPlanOverviewDetail,
|
|
70
90
|
DescribeBillSummaryByPayModeRequest,
|
|
91
|
+
DescribeAllocationBillConditionsRequest,
|
|
71
92
|
ApplicableProducts,
|
|
72
|
-
|
|
93
|
+
AllocationSummaryByResource,
|
|
94
|
+
AllocationOverviewNode,
|
|
95
|
+
ConditionPayMode,
|
|
96
|
+
BillProductLink,
|
|
97
|
+
AllocationTreeNode,
|
|
98
|
+
DescribeSavingPlanCoverageRequest,
|
|
73
99
|
PayDealsResponse,
|
|
74
100
|
BillDetail,
|
|
75
101
|
CreateSavingPlanOrderRequest,
|
|
76
102
|
DescribeBillDetailResponse,
|
|
77
103
|
Deal,
|
|
78
104
|
DescribeDealsByCondResponse,
|
|
79
|
-
|
|
105
|
+
BillZoneId,
|
|
106
|
+
BillRegion,
|
|
80
107
|
DescribeBillSummaryByProjectResponse,
|
|
81
108
|
DescribeBillDownloadUrlResponse,
|
|
82
109
|
TagDataInfo,
|
|
83
110
|
PayDealsRequest,
|
|
84
111
|
SummaryTotal,
|
|
85
112
|
BusinessSummaryTotal,
|
|
113
|
+
DescribeAllocationBillConditionsResponse,
|
|
86
114
|
CostComponentSet,
|
|
87
115
|
AnalyseHeaderDetail,
|
|
116
|
+
DescribeAllocationMonthOverviewRequest,
|
|
88
117
|
JsonObject,
|
|
118
|
+
AllocationOverviewDetail,
|
|
89
119
|
AnalysePayModeDetail,
|
|
90
|
-
|
|
120
|
+
AllocationBillTrendDetail,
|
|
91
121
|
DescribeBillSummaryResponse,
|
|
92
|
-
|
|
122
|
+
AnalyseOwnerUinDetail,
|
|
93
123
|
Conditions,
|
|
94
124
|
AnalyseTimeDetail,
|
|
95
|
-
|
|
125
|
+
BillOwnerUin,
|
|
126
|
+
AllocationRule,
|
|
96
127
|
RegionSummaryOverviewItem,
|
|
97
128
|
ConsumptionProjectSummaryDataItem,
|
|
98
129
|
AnalyseRegionDetail,
|
|
99
|
-
|
|
130
|
+
AllocationMonthOverviewDetail,
|
|
131
|
+
AllocationDetail,
|
|
132
|
+
VoucherInfos,
|
|
100
133
|
DescribeBillSummaryForOrganizationRequest,
|
|
134
|
+
AllocationSummaryByBusiness,
|
|
101
135
|
DescribeSavingPlanOverviewRequest,
|
|
136
|
+
AllocationStat,
|
|
137
|
+
BillProject,
|
|
102
138
|
ActionSummaryOverviewItem,
|
|
103
139
|
DescribeBillDetailForOrganizationRequest,
|
|
104
140
|
DescribeVoucherUsageDetailsRequest,
|
|
@@ -106,17 +142,21 @@ import {
|
|
|
106
142
|
DetailSet,
|
|
107
143
|
BillDetailComponent,
|
|
108
144
|
ConditionRegion,
|
|
109
|
-
|
|
145
|
+
AllocationAverageData,
|
|
110
146
|
ConsumptionResourceSummaryConditionValue,
|
|
111
147
|
DescribeCostDetailRequest,
|
|
148
|
+
DescribeAllocationSummaryByResourceRequest,
|
|
149
|
+
DescribeBillSummaryForOrganizationResponse,
|
|
150
|
+
BillOperateUin,
|
|
112
151
|
DescribeTagListRequest,
|
|
113
152
|
DescribeBillResourceSummaryForOrganizationResponse,
|
|
114
153
|
DescribeCostSummaryByResourceRequest,
|
|
115
154
|
CreateAllocationTagRequest,
|
|
116
155
|
ExcludedProducts,
|
|
117
156
|
PayModeSummaryOverviewItem,
|
|
157
|
+
BillBusiness,
|
|
118
158
|
UsageDetails,
|
|
119
|
-
|
|
159
|
+
BillInstanceType,
|
|
120
160
|
AnalyseBusinessDetail,
|
|
121
161
|
AnalyseConditions,
|
|
122
162
|
CostDetail,
|
|
@@ -133,22 +173,32 @@ import {
|
|
|
133
173
|
BillDetailAssociatedOrder,
|
|
134
174
|
DescribeBillListResponse,
|
|
135
175
|
DescribeAccountBalanceResponse,
|
|
176
|
+
DescribeAllocationBillDetailResponse,
|
|
136
177
|
BusinessSummaryOverviewItem,
|
|
137
178
|
DescribeSavingPlanUsageResponse,
|
|
179
|
+
BillTag,
|
|
180
|
+
DescribeAllocateConditionsResponse,
|
|
138
181
|
DescribeDosageDetailListRequest,
|
|
139
|
-
|
|
182
|
+
BillComponent,
|
|
140
183
|
DescribeVoucherInfoRequest,
|
|
184
|
+
BillActionType,
|
|
141
185
|
DescribeSavingPlanUsageRequest,
|
|
186
|
+
GatherResourceSummary,
|
|
142
187
|
DescribeSavingPlanResourceInfoResponse,
|
|
143
188
|
DescribeDealsByCondRequest,
|
|
189
|
+
DescribeAllocationSummaryByResourceResponse,
|
|
144
190
|
DescribeDosageCosDetailByDateResponse,
|
|
191
|
+
BillItem,
|
|
145
192
|
ProjectSummaryOverviewItem,
|
|
146
|
-
|
|
193
|
+
BillProduct,
|
|
147
194
|
ConditionProject,
|
|
148
195
|
DescribeTagListResponse,
|
|
149
196
|
CosDetailSets,
|
|
150
197
|
DescribeDosageDetail,
|
|
198
|
+
BillPayMode,
|
|
199
|
+
DescribeAllocationTrendByMonthResponse,
|
|
151
200
|
AnalyseConditionDetail,
|
|
201
|
+
BillResourceSummary,
|
|
152
202
|
AnalyseHeaderTimeDetail,
|
|
153
203
|
DescribeCostSummaryByRegionResponse,
|
|
154
204
|
} from "./billing_models"
|
|
@@ -162,6 +212,17 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
162
212
|
super("billing.tencentcloudapi.com", "2018-07-09", clientConfig)
|
|
163
213
|
}
|
|
164
214
|
|
|
215
|
+
/**
|
|
216
|
+
* 成员账号获取管理账号代付账单(费用明细)。
|
|
217
|
+
注意事项:在请求接口时,由于网络不稳定或其它异常,可能会导致请求失败。如果您遇到这种情况,我们建议您在接口请求失败时,手动发起重试操作,这样可以更好地确保您的接口请求能够成功执行。
|
|
218
|
+
*/
|
|
219
|
+
async DescribeBillDetailForOrganization(
|
|
220
|
+
req: DescribeBillDetailForOrganizationRequest,
|
|
221
|
+
cb?: (error: string, rep: DescribeBillDetailForOrganizationResponse) => void
|
|
222
|
+
): Promise<DescribeBillDetailForOrganizationResponse> {
|
|
223
|
+
return this.request("DescribeBillDetailForOrganization", req, cb)
|
|
224
|
+
}
|
|
225
|
+
|
|
165
226
|
/**
|
|
166
227
|
* 获取按资源汇总消耗详情
|
|
167
228
|
*/
|
|
@@ -173,13 +234,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
173
234
|
}
|
|
174
235
|
|
|
175
236
|
/**
|
|
176
|
-
*
|
|
237
|
+
* 获取收支明细列表,支持翻页和参数过滤
|
|
177
238
|
*/
|
|
178
|
-
async
|
|
179
|
-
req:
|
|
180
|
-
cb?: (error: string, rep:
|
|
181
|
-
): Promise<
|
|
182
|
-
return this.request("
|
|
239
|
+
async DescribeBillList(
|
|
240
|
+
req: DescribeBillListRequest,
|
|
241
|
+
cb?: (error: string, rep: DescribeBillListResponse) => void
|
|
242
|
+
): Promise<DescribeBillListResponse> {
|
|
243
|
+
return this.request("DescribeBillList", req, cb)
|
|
183
244
|
}
|
|
184
245
|
|
|
185
246
|
/**
|
|
@@ -192,6 +253,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
192
253
|
return this.request("DescribeSavingPlanCoverage", req, cb)
|
|
193
254
|
}
|
|
194
255
|
|
|
256
|
+
/**
|
|
257
|
+
* 查询分账账单按资源汇总
|
|
258
|
+
*/
|
|
259
|
+
async DescribeAllocationSummaryByResource(
|
|
260
|
+
req: DescribeAllocationSummaryByResourceRequest,
|
|
261
|
+
cb?: (error: string, rep: DescribeAllocationSummaryByResourceResponse) => void
|
|
262
|
+
): Promise<DescribeAllocationSummaryByResourceResponse> {
|
|
263
|
+
return this.request("DescribeAllocationSummaryByResource", req, cb)
|
|
264
|
+
}
|
|
265
|
+
|
|
195
266
|
/**
|
|
196
267
|
* 获取账单资源汇总数据
|
|
197
268
|
*/
|
|
@@ -202,6 +273,26 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
202
273
|
return this.request("DescribeBillResourceSummary", req, cb)
|
|
203
274
|
}
|
|
204
275
|
|
|
276
|
+
/**
|
|
277
|
+
* 查询分账账单按产品汇总
|
|
278
|
+
*/
|
|
279
|
+
async DescribeAllocationSummaryByBusiness(
|
|
280
|
+
req: DescribeAllocationSummaryByBusinessRequest,
|
|
281
|
+
cb?: (error: string, rep: DescribeAllocationSummaryByBusinessResponse) => void
|
|
282
|
+
): Promise<DescribeAllocationSummaryByBusinessResponse> {
|
|
283
|
+
return this.request("DescribeAllocationSummaryByBusiness", req, cb)
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
/**
|
|
287
|
+
* 查询资源目录筛选条件
|
|
288
|
+
*/
|
|
289
|
+
async DescribeAllocateConditions(
|
|
290
|
+
req: DescribeAllocateConditionsRequest,
|
|
291
|
+
cb?: (error: string, rep: DescribeAllocateConditionsResponse) => void
|
|
292
|
+
): Promise<DescribeAllocateConditionsResponse> {
|
|
293
|
+
return this.request("DescribeAllocateConditions", req, cb)
|
|
294
|
+
}
|
|
295
|
+
|
|
205
296
|
/**
|
|
206
297
|
* 查用当前用户明细节省计划总览查询时段内的使用情况
|
|
207
298
|
*/
|
|
@@ -212,6 +303,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
212
303
|
return this.request("DescribeSavingPlanOverview", req, cb)
|
|
213
304
|
}
|
|
214
305
|
|
|
306
|
+
/**
|
|
307
|
+
* 查询分账账单日概览
|
|
308
|
+
*/
|
|
309
|
+
async DescribeAllocationOverview(
|
|
310
|
+
req: DescribeAllocationOverviewRequest,
|
|
311
|
+
cb?: (error: string, rep: DescribeAllocationOverviewResponse) => void
|
|
312
|
+
): Promise<DescribeAllocationOverviewResponse> {
|
|
313
|
+
return this.request("DescribeAllocationOverview", req, cb)
|
|
314
|
+
}
|
|
315
|
+
|
|
215
316
|
/**
|
|
216
317
|
* 获取已接入标准用量明细模板产品的用量明细数据,目前已接入并支持查询的产品包括:云联络中心、实时音视频、实时音视频、智能媒资托管、CODING DevOps、全球IP应用加速
|
|
217
318
|
*/
|
|
@@ -306,23 +407,23 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
306
407
|
}
|
|
307
408
|
|
|
308
409
|
/**
|
|
309
|
-
*
|
|
410
|
+
* 获取按地域汇总消耗详情
|
|
310
411
|
*/
|
|
311
|
-
async
|
|
312
|
-
req:
|
|
313
|
-
cb?: (error: string, rep:
|
|
314
|
-
): Promise<
|
|
315
|
-
return this.request("
|
|
412
|
+
async DescribeCostSummaryByRegion(
|
|
413
|
+
req: DescribeCostSummaryByRegionRequest,
|
|
414
|
+
cb?: (error: string, rep: DescribeCostSummaryByRegionResponse) => void
|
|
415
|
+
): Promise<DescribeCostSummaryByRegionResponse> {
|
|
416
|
+
return this.request("DescribeCostSummaryByRegion", req, cb)
|
|
316
417
|
}
|
|
317
418
|
|
|
318
419
|
/**
|
|
319
|
-
*
|
|
420
|
+
* 查询分账账单费用趋势
|
|
320
421
|
*/
|
|
321
|
-
async
|
|
322
|
-
req:
|
|
323
|
-
cb?: (error: string, rep:
|
|
324
|
-
): Promise<
|
|
325
|
-
return this.request("
|
|
422
|
+
async DescribeAllocationTrendByMonth(
|
|
423
|
+
req: DescribeAllocationTrendByMonthRequest,
|
|
424
|
+
cb?: (error: string, rep: DescribeAllocationTrendByMonthResponse) => void
|
|
425
|
+
): Promise<DescribeAllocationTrendByMonthResponse> {
|
|
426
|
+
return this.request("DescribeAllocationTrendByMonth", req, cb)
|
|
326
427
|
}
|
|
327
428
|
|
|
328
429
|
/**
|
|
@@ -346,14 +447,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
346
447
|
}
|
|
347
448
|
|
|
348
449
|
/**
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
return this.request("DescribeBillDetailForOrganization", req, cb)
|
|
450
|
+
* 查询分账账单筛选条件
|
|
451
|
+
*/
|
|
452
|
+
async DescribeAllocationBillConditions(
|
|
453
|
+
req: DescribeAllocationBillConditionsRequest,
|
|
454
|
+
cb?: (error: string, rep: DescribeAllocationBillConditionsResponse) => void
|
|
455
|
+
): Promise<DescribeAllocationBillConditionsResponse> {
|
|
456
|
+
return this.request("DescribeAllocationBillConditions", req, cb)
|
|
357
457
|
}
|
|
358
458
|
|
|
359
459
|
/**
|
|
@@ -387,23 +487,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
387
487
|
}
|
|
388
488
|
|
|
389
489
|
/**
|
|
390
|
-
*
|
|
391
|
-
*/
|
|
392
|
-
async DescribeVoucherUsageDetails(
|
|
393
|
-
req: DescribeVoucherUsageDetailsRequest,
|
|
394
|
-
cb?: (error: string, rep: DescribeVoucherUsageDetailsResponse) => void
|
|
395
|
-
): Promise<DescribeVoucherUsageDetailsResponse> {
|
|
396
|
-
return this.request("DescribeVoucherUsageDetails", req, cb)
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
/**
|
|
400
|
-
* 创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付
|
|
490
|
+
* 查询分账账单明细
|
|
401
491
|
*/
|
|
402
|
-
async
|
|
403
|
-
req:
|
|
404
|
-
cb?: (error: string, rep:
|
|
405
|
-
): Promise<
|
|
406
|
-
return this.request("
|
|
492
|
+
async DescribeAllocationBillDetail(
|
|
493
|
+
req: DescribeAllocationBillDetailRequest,
|
|
494
|
+
cb?: (error: string, rep: DescribeAllocationBillDetailResponse) => void
|
|
495
|
+
): Promise<DescribeAllocationBillDetailResponse> {
|
|
496
|
+
return this.request("DescribeAllocationBillDetail", req, cb)
|
|
407
497
|
}
|
|
408
498
|
|
|
409
499
|
/**
|
|
@@ -426,6 +516,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
426
516
|
return this.request("DescribeBillSummaryByProject", req, cb)
|
|
427
517
|
}
|
|
428
518
|
|
|
519
|
+
/**
|
|
520
|
+
* 查询分账账单月概览
|
|
521
|
+
*/
|
|
522
|
+
async DescribeAllocationMonthOverview(
|
|
523
|
+
req: DescribeAllocationMonthOverviewRequest,
|
|
524
|
+
cb?: (error: string, rep: DescribeAllocationMonthOverviewResponse) => void
|
|
525
|
+
): Promise<DescribeAllocationMonthOverviewResponse> {
|
|
526
|
+
return this.request("DescribeAllocationMonthOverview", req, cb)
|
|
527
|
+
}
|
|
528
|
+
|
|
429
529
|
/**
|
|
430
530
|
* 获取按标签汇总费用分布
|
|
431
531
|
*/
|
|
@@ -446,6 +546,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
446
546
|
return this.request("DescribeBillSummaryForOrganization", req, cb)
|
|
447
547
|
}
|
|
448
548
|
|
|
549
|
+
/**
|
|
550
|
+
* 查询分账账单资源归集汇总
|
|
551
|
+
*/
|
|
552
|
+
async DescribeGatherResource(
|
|
553
|
+
req: DescribeGatherResourceRequest,
|
|
554
|
+
cb?: (error: string, rep: DescribeGatherResourceResponse) => void
|
|
555
|
+
): Promise<DescribeGatherResourceResponse> {
|
|
556
|
+
return this.request("DescribeGatherResource", req, cb)
|
|
557
|
+
}
|
|
558
|
+
|
|
449
559
|
/**
|
|
450
560
|
* 查询节省计划详情
|
|
451
561
|
*/
|
|
@@ -467,13 +577,33 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
467
577
|
}
|
|
468
578
|
|
|
469
579
|
/**
|
|
470
|
-
*
|
|
580
|
+
* 获取代金券使用记录
|
|
471
581
|
*/
|
|
472
|
-
async
|
|
473
|
-
req:
|
|
474
|
-
cb?: (error: string, rep:
|
|
475
|
-
): Promise<
|
|
476
|
-
return this.request("
|
|
582
|
+
async DescribeVoucherUsageDetails(
|
|
583
|
+
req: DescribeVoucherUsageDetailsRequest,
|
|
584
|
+
cb?: (error: string, rep: DescribeVoucherUsageDetailsResponse) => void
|
|
585
|
+
): Promise<DescribeVoucherUsageDetailsResponse> {
|
|
586
|
+
return this.request("DescribeVoucherUsageDetails", req, cb)
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
/**
|
|
590
|
+
* 支付订单
|
|
591
|
+
*/
|
|
592
|
+
async PayDeals(
|
|
593
|
+
req: PayDealsRequest,
|
|
594
|
+
cb?: (error: string, rep: PayDealsResponse) => void
|
|
595
|
+
): Promise<PayDealsResponse> {
|
|
596
|
+
return this.request("PayDeals", req, cb)
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
/**
|
|
600
|
+
* 创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付
|
|
601
|
+
*/
|
|
602
|
+
async CreateSavingPlanOrder(
|
|
603
|
+
req: CreateSavingPlanOrderRequest,
|
|
604
|
+
cb?: (error: string, rep: CreateSavingPlanOrderResponse) => void
|
|
605
|
+
): Promise<CreateSavingPlanOrderResponse> {
|
|
606
|
+
return this.request("CreateSavingPlanOrder", req, cb)
|
|
477
607
|
}
|
|
478
608
|
|
|
479
609
|
/**
|
|
@@ -496,6 +626,26 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
496
626
|
return this.request("DescribeDealsByCond", req, cb)
|
|
497
627
|
}
|
|
498
628
|
|
|
629
|
+
/**
|
|
630
|
+
* 获取按产品汇总消耗详情
|
|
631
|
+
*/
|
|
632
|
+
async DescribeCostSummaryByProduct(
|
|
633
|
+
req: DescribeCostSummaryByProductRequest,
|
|
634
|
+
cb?: (error: string, rep: DescribeCostSummaryByProductResponse) => void
|
|
635
|
+
): Promise<DescribeCostSummaryByProductResponse> {
|
|
636
|
+
return this.request("DescribeCostSummaryByProduct", req, cb)
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
/**
|
|
640
|
+
* 查询分账账单按组件汇总
|
|
641
|
+
*/
|
|
642
|
+
async DescribeAllocationSummaryByItem(
|
|
643
|
+
req: DescribeAllocationSummaryByItemRequest,
|
|
644
|
+
cb?: (error: string, rep: DescribeAllocationSummaryByItemResponse) => void
|
|
645
|
+
): Promise<DescribeAllocationSummaryByItemResponse> {
|
|
646
|
+
return this.request("DescribeAllocationSummaryByItem", req, cb)
|
|
647
|
+
}
|
|
648
|
+
|
|
499
649
|
/**
|
|
500
650
|
* 获取产品汇总费用分布
|
|
501
651
|
*/
|