tencentcloud-sdk-nodejs-billing 4.0.431 → 4.0.432
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/CHANGELOG.md +1 -1
- package/package.json +1 -1
- package/src/services/billing/index.ts +4 -7
- package/src/services/billing/v20180709/billing_client.ts +277 -221
- package/src/services/billing/v20180709/billing_models.ts +2369 -2446
- package/src/services/billing/v20180709/index.ts +3 -3
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1268 -1268
- package/tencentcloud/services/billing/v20180709/index.js +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -17,84 +17,83 @@
|
|
|
17
17
|
*/
|
|
18
18
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common"
|
|
19
19
|
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
20
|
+
CostComponentSet,
|
|
21
|
+
VoucherInfos,
|
|
22
|
+
DescribeCostSummaryByProductRequest,
|
|
23
|
+
ConsumptionSummaryTotal,
|
|
24
|
+
DescribeCostSummaryByProjectResponse,
|
|
25
|
+
DescribeDosageDetailByDateRequest,
|
|
26
|
+
ProjectSummaryOverviewItem,
|
|
27
|
+
ConditionRegion,
|
|
28
|
+
DescribeBillSummaryByProductRequest,
|
|
29
|
+
ConsumptionBusinessSummaryDataItem,
|
|
30
|
+
DetailPoint,
|
|
31
|
+
CostDetail,
|
|
32
|
+
DescribeBillSummaryByPayModeResponse,
|
|
33
|
+
BillResourceSummary,
|
|
34
|
+
DescribeBillSummaryByTagRequest,
|
|
35
|
+
Conditions,
|
|
36
|
+
DescribeBillSummaryByProductResponse,
|
|
37
|
+
BillTagInfo,
|
|
38
|
+
DescribeBillSummaryByRegionResponse,
|
|
39
|
+
DetailSet,
|
|
40
|
+
BillTransactionInfo,
|
|
41
|
+
DescribeVoucherInfoResponse,
|
|
42
|
+
ConsumptionResourceSummaryDataItem,
|
|
43
|
+
DescribeAccountBalanceRequest,
|
|
44
|
+
DescribeBillDetailRequest,
|
|
45
|
+
ConsumptionProjectSummaryDataItem,
|
|
46
|
+
RegionSummaryOverviewItem,
|
|
47
|
+
DescribeCostSummaryByProductResponse,
|
|
48
|
+
ProductInfo,
|
|
49
|
+
DescribeDosageDetailByDateResponse,
|
|
50
|
+
DescribeBillListResponse,
|
|
51
|
+
DescribeAccountBalanceResponse,
|
|
52
|
+
DescribeCostSummaryByRegionRequest,
|
|
53
|
+
BusinessSummaryOverviewItem,
|
|
54
|
+
BillDetailComponent,
|
|
55
|
+
ConsumptionSummaryTrend,
|
|
56
|
+
DescribeBillSummaryByRegionRequest,
|
|
57
|
+
DescribeBillSummaryByPayModeRequest,
|
|
58
|
+
DescribeCostSummaryByProjectRequest,
|
|
59
|
+
UsageRecords,
|
|
60
|
+
ConsumptionRegionSummaryDataItem,
|
|
61
|
+
DescribeDosageCosDetailByDateResponse,
|
|
62
|
+
UsageDetails,
|
|
63
|
+
DescribeBillResourceSummaryResponse,
|
|
64
|
+
ActionSummaryOverviewItem,
|
|
65
|
+
DescribeVoucherInfoRequest,
|
|
66
|
+
ApplicableProducts,
|
|
67
|
+
ConditionPayMode,
|
|
68
|
+
DescribeVoucherUsageDetailsRequest,
|
|
69
|
+
DescribeDealsByCondRequest,
|
|
70
|
+
DescribeBillResourceSummaryRequest,
|
|
71
|
+
PayDealsRequest,
|
|
72
|
+
DescribeBillListRequest,
|
|
73
|
+
PayDealsResponse,
|
|
74
|
+
SummaryTotal,
|
|
75
|
+
BillDetail,
|
|
76
|
+
DescribeBillSummaryByTagResponse,
|
|
77
|
+
TagSummaryOverviewItem,
|
|
78
|
+
DescribeCostSummaryByResourceResponse,
|
|
79
|
+
DescribeBillDetailResponse,
|
|
80
|
+
ConsumptionResourceSummaryConditionValue,
|
|
81
|
+
Deal,
|
|
82
|
+
DescribeCostDetailRequest,
|
|
83
|
+
DescribeVoucherUsageDetailsResponse,
|
|
84
|
+
DescribeDealsByCondResponse,
|
|
85
|
+
ConditionProject,
|
|
86
|
+
CosDetailSets,
|
|
87
|
+
DescribeBillSummaryByProjectRequest,
|
|
88
|
+
DescribeBillSummaryByProjectResponse,
|
|
89
|
+
ConditionBusiness,
|
|
90
|
+
DescribeCostSummaryByResourceRequest,
|
|
91
|
+
DescribeCostDetailResponse,
|
|
92
|
+
DescribeDosageCosDetailByDateRequest,
|
|
93
|
+
ExcludedProducts,
|
|
94
|
+
PayModeSummaryOverviewItem,
|
|
95
|
+
BusinessSummaryTotal,
|
|
96
|
+
DescribeCostSummaryByRegionResponse,
|
|
98
97
|
} from "./billing_models"
|
|
99
98
|
|
|
100
99
|
/**
|
|
@@ -102,150 +101,207 @@ import {
|
|
|
102
101
|
* @class
|
|
103
102
|
*/
|
|
104
103
|
export class Client extends TencentCloudCommon.AbstractClient {
|
|
104
|
+
constructor(clientConfig: TencentCloudCommon.ClientConfig) {
|
|
105
|
+
super("billing.tencentcloudapi.com", "2018-07-09", clientConfig)
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* 获取云账户余额信息。
|
|
110
|
+
*/
|
|
111
|
+
async DescribeAccountBalance(
|
|
112
|
+
req?: DescribeAccountBalanceRequest,
|
|
113
|
+
cb?: (error: string, rep: DescribeAccountBalanceResponse) => void
|
|
114
|
+
): Promise<DescribeAccountBalanceResponse> {
|
|
115
|
+
return this.request("DescribeAccountBalance", req, cb)
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* 获取代金券相关信息
|
|
120
|
+
*/
|
|
121
|
+
async DescribeVoucherInfo(
|
|
122
|
+
req: DescribeVoucherInfoRequest,
|
|
123
|
+
cb?: (error: string, rep: DescribeVoucherInfoResponse) => void
|
|
124
|
+
): Promise<DescribeVoucherInfoResponse> {
|
|
125
|
+
return this.request("DescribeVoucherInfo", req, cb)
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* 按日期获取产品用量明细
|
|
130
|
+
*/
|
|
131
|
+
async DescribeDosageDetailByDate(
|
|
132
|
+
req: DescribeDosageDetailByDateRequest,
|
|
133
|
+
cb?: (error: string, rep: DescribeDosageDetailByDateResponse) => void
|
|
134
|
+
): Promise<DescribeDosageDetailByDateResponse> {
|
|
135
|
+
return this.request("DescribeDosageDetailByDate", req, cb)
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* 获取按资源汇总消耗详情
|
|
140
|
+
*/
|
|
141
|
+
async DescribeCostSummaryByResource(
|
|
142
|
+
req: DescribeCostSummaryByResourceRequest,
|
|
143
|
+
cb?: (error: string, rep: DescribeCostSummaryByResourceResponse) => void
|
|
144
|
+
): Promise<DescribeCostSummaryByResourceResponse> {
|
|
145
|
+
return this.request("DescribeCostSummaryByResource", req, cb)
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* 获取代金券使用记录
|
|
150
|
+
*/
|
|
151
|
+
async DescribeVoucherUsageDetails(
|
|
152
|
+
req: DescribeVoucherUsageDetailsRequest,
|
|
153
|
+
cb?: (error: string, rep: DescribeVoucherUsageDetailsResponse) => void
|
|
154
|
+
): Promise<DescribeVoucherUsageDetailsResponse> {
|
|
155
|
+
return this.request("DescribeVoucherUsageDetails", req, cb)
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* 获取收支明细列表,支持翻页和参数过滤
|
|
160
|
+
*/
|
|
161
|
+
async DescribeBillList(
|
|
162
|
+
req: DescribeBillListRequest,
|
|
163
|
+
cb?: (error: string, rep: DescribeBillListResponse) => void
|
|
164
|
+
): Promise<DescribeBillListResponse> {
|
|
165
|
+
return this.request("DescribeBillList", req, cb)
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* 查询账单明细数据
|
|
170
|
+
*/
|
|
171
|
+
async DescribeBillDetail(
|
|
172
|
+
req: DescribeBillDetailRequest,
|
|
173
|
+
cb?: (error: string, rep: DescribeBillDetailResponse) => void
|
|
174
|
+
): Promise<DescribeBillDetailResponse> {
|
|
175
|
+
return this.request("DescribeBillDetail", req, cb)
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* 查询订单
|
|
180
|
+
*/
|
|
181
|
+
async DescribeDealsByCond(
|
|
182
|
+
req: DescribeDealsByCondRequest,
|
|
183
|
+
cb?: (error: string, rep: DescribeDealsByCondResponse) => void
|
|
184
|
+
): Promise<DescribeDealsByCondResponse> {
|
|
185
|
+
return this.request("DescribeDealsByCond", req, cb)
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* 获取按项目汇总消耗详情
|
|
190
|
+
*/
|
|
191
|
+
async DescribeCostSummaryByProject(
|
|
192
|
+
req: DescribeCostSummaryByProjectRequest,
|
|
193
|
+
cb?: (error: string, rep: DescribeCostSummaryByProjectResponse) => void
|
|
194
|
+
): Promise<DescribeCostSummaryByProjectResponse> {
|
|
195
|
+
return this.request("DescribeCostSummaryByProject", req, cb)
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* 获取按付费模式汇总费用分布
|
|
200
|
+
*/
|
|
201
|
+
async DescribeBillSummaryByPayMode(
|
|
202
|
+
req: DescribeBillSummaryByPayModeRequest,
|
|
203
|
+
cb?: (error: string, rep: DescribeBillSummaryByPayModeResponse) => void
|
|
204
|
+
): Promise<DescribeBillSummaryByPayModeResponse> {
|
|
205
|
+
return this.request("DescribeBillSummaryByPayMode", req, cb)
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* 查询账单资源汇总数据
|
|
210
|
+
*/
|
|
211
|
+
async DescribeBillResourceSummary(
|
|
212
|
+
req: DescribeBillResourceSummaryRequest,
|
|
213
|
+
cb?: (error: string, rep: DescribeBillResourceSummaryResponse) => void
|
|
214
|
+
): Promise<DescribeBillResourceSummaryResponse> {
|
|
215
|
+
return this.request("DescribeBillResourceSummary", req, cb)
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
/**
|
|
219
|
+
* 获取按地域汇总消耗详情
|
|
220
|
+
*/
|
|
221
|
+
async DescribeCostSummaryByRegion(
|
|
222
|
+
req: DescribeCostSummaryByRegionRequest,
|
|
223
|
+
cb?: (error: string, rep: DescribeCostSummaryByRegionResponse) => void
|
|
224
|
+
): Promise<DescribeCostSummaryByRegionResponse> {
|
|
225
|
+
return this.request("DescribeCostSummaryByRegion", req, cb)
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* 获取按地域汇总费用分布
|
|
230
|
+
*/
|
|
231
|
+
async DescribeBillSummaryByRegion(
|
|
232
|
+
req: DescribeBillSummaryByRegionRequest,
|
|
233
|
+
cb?: (error: string, rep: DescribeBillSummaryByRegionResponse) => void
|
|
234
|
+
): Promise<DescribeBillSummaryByRegionResponse> {
|
|
235
|
+
return this.request("DescribeBillSummaryByRegion", req, cb)
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* 获取按项目汇总费用分布
|
|
240
|
+
*/
|
|
241
|
+
async DescribeBillSummaryByProject(
|
|
242
|
+
req: DescribeBillSummaryByProjectRequest,
|
|
243
|
+
cb?: (error: string, rep: DescribeBillSummaryByProjectResponse) => void
|
|
244
|
+
): Promise<DescribeBillSummaryByProjectResponse> {
|
|
245
|
+
return this.request("DescribeBillSummaryByProject", req, cb)
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
/**
|
|
249
|
+
* 获取产品汇总费用分布
|
|
250
|
+
*/
|
|
251
|
+
async DescribeBillSummaryByProduct(
|
|
252
|
+
req: DescribeBillSummaryByProductRequest,
|
|
253
|
+
cb?: (error: string, rep: DescribeBillSummaryByProductResponse) => void
|
|
254
|
+
): Promise<DescribeBillSummaryByProductResponse> {
|
|
255
|
+
return this.request("DescribeBillSummaryByProduct", req, cb)
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
/**
|
|
259
|
+
* 获取按标签汇总费用分布
|
|
260
|
+
*/
|
|
261
|
+
async DescribeBillSummaryByTag(
|
|
262
|
+
req: DescribeBillSummaryByTagRequest,
|
|
263
|
+
cb?: (error: string, rep: DescribeBillSummaryByTagResponse) => void
|
|
264
|
+
): Promise<DescribeBillSummaryByTagResponse> {
|
|
265
|
+
return this.request("DescribeBillSummaryByTag", req, cb)
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* 获取按产品汇总消耗详情
|
|
270
|
+
*/
|
|
271
|
+
async DescribeCostSummaryByProduct(
|
|
272
|
+
req: DescribeCostSummaryByProductRequest,
|
|
273
|
+
cb?: (error: string, rep: DescribeCostSummaryByProductResponse) => void
|
|
274
|
+
): Promise<DescribeCostSummaryByProductResponse> {
|
|
275
|
+
return this.request("DescribeCostSummaryByProduct", req, cb)
|
|
276
|
+
}
|
|
105
277
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* 获取代金券相关信息
|
|
119
|
-
*/
|
|
120
|
-
async DescribeVoucherInfo(req: DescribeVoucherInfoRequest, cb?: (error: string, rep: DescribeVoucherInfoResponse) => void): Promise<DescribeVoucherInfoResponse> {
|
|
121
|
-
return this.request("DescribeVoucherInfo", req, cb);
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
/**
|
|
125
|
-
* 按日期获取产品用量明细
|
|
126
|
-
*/
|
|
127
|
-
async DescribeDosageDetailByDate(req: DescribeDosageDetailByDateRequest, cb?: (error: string, rep: DescribeDosageDetailByDateResponse) => void): Promise<DescribeDosageDetailByDateResponse> {
|
|
128
|
-
return this.request("DescribeDosageDetailByDate", req, cb);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/**
|
|
132
|
-
* 获取按资源汇总消耗详情
|
|
133
|
-
*/
|
|
134
|
-
async DescribeCostSummaryByResource(req: DescribeCostSummaryByResourceRequest, cb?: (error: string, rep: DescribeCostSummaryByResourceResponse) => void): Promise<DescribeCostSummaryByResourceResponse> {
|
|
135
|
-
return this.request("DescribeCostSummaryByResource", req, cb);
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
* 获取代金券使用记录
|
|
140
|
-
*/
|
|
141
|
-
async DescribeVoucherUsageDetails(req: DescribeVoucherUsageDetailsRequest, cb?: (error: string, rep: DescribeVoucherUsageDetailsResponse) => void): Promise<DescribeVoucherUsageDetailsResponse> {
|
|
142
|
-
return this.request("DescribeVoucherUsageDetails", req, cb);
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/**
|
|
146
|
-
* 获取收支明细列表,支持翻页和参数过滤
|
|
147
|
-
*/
|
|
148
|
-
async DescribeBillList(req: DescribeBillListRequest, cb?: (error: string, rep: DescribeBillListResponse) => void): Promise<DescribeBillListResponse> {
|
|
149
|
-
return this.request("DescribeBillList", req, cb);
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
/**
|
|
153
|
-
* 查询账单明细数据
|
|
154
|
-
*/
|
|
155
|
-
async DescribeBillDetail(req: DescribeBillDetailRequest, cb?: (error: string, rep: DescribeBillDetailResponse) => void): Promise<DescribeBillDetailResponse> {
|
|
156
|
-
return this.request("DescribeBillDetail", req, cb);
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
/**
|
|
160
|
-
* 查询订单
|
|
161
|
-
*/
|
|
162
|
-
async DescribeDealsByCond(req: DescribeDealsByCondRequest, cb?: (error: string, rep: DescribeDealsByCondResponse) => void): Promise<DescribeDealsByCondResponse> {
|
|
163
|
-
return this.request("DescribeDealsByCond", req, cb);
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
/**
|
|
167
|
-
* 获取按项目汇总消耗详情
|
|
168
|
-
*/
|
|
169
|
-
async DescribeCostSummaryByProject(req: DescribeCostSummaryByProjectRequest, cb?: (error: string, rep: DescribeCostSummaryByProjectResponse) => void): Promise<DescribeCostSummaryByProjectResponse> {
|
|
170
|
-
return this.request("DescribeCostSummaryByProject", req, cb);
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
* 获取按付费模式汇总费用分布
|
|
175
|
-
*/
|
|
176
|
-
async DescribeBillSummaryByPayMode(req: DescribeBillSummaryByPayModeRequest, cb?: (error: string, rep: DescribeBillSummaryByPayModeResponse) => void): Promise<DescribeBillSummaryByPayModeResponse> {
|
|
177
|
-
return this.request("DescribeBillSummaryByPayMode", req, cb);
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
/**
|
|
181
|
-
* 查询账单资源汇总数据
|
|
182
|
-
*/
|
|
183
|
-
async DescribeBillResourceSummary(req: DescribeBillResourceSummaryRequest, cb?: (error: string, rep: DescribeBillResourceSummaryResponse) => void): Promise<DescribeBillResourceSummaryResponse> {
|
|
184
|
-
return this.request("DescribeBillResourceSummary", req, cb);
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
/**
|
|
188
|
-
* 获取按地域汇总消耗详情
|
|
189
|
-
*/
|
|
190
|
-
async DescribeCostSummaryByRegion(req: DescribeCostSummaryByRegionRequest, cb?: (error: string, rep: DescribeCostSummaryByRegionResponse) => void): Promise<DescribeCostSummaryByRegionResponse> {
|
|
191
|
-
return this.request("DescribeCostSummaryByRegion", req, cb);
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
/**
|
|
195
|
-
* 获取按地域汇总费用分布
|
|
196
|
-
*/
|
|
197
|
-
async DescribeBillSummaryByRegion(req: DescribeBillSummaryByRegionRequest, cb?: (error: string, rep: DescribeBillSummaryByRegionResponse) => void): Promise<DescribeBillSummaryByRegionResponse> {
|
|
198
|
-
return this.request("DescribeBillSummaryByRegion", req, cb);
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
/**
|
|
202
|
-
* 获取按项目汇总费用分布
|
|
203
|
-
*/
|
|
204
|
-
async DescribeBillSummaryByProject(req: DescribeBillSummaryByProjectRequest, cb?: (error: string, rep: DescribeBillSummaryByProjectResponse) => void): Promise<DescribeBillSummaryByProjectResponse> {
|
|
205
|
-
return this.request("DescribeBillSummaryByProject", req, cb);
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
/**
|
|
209
|
-
* 获取产品汇总费用分布
|
|
210
|
-
*/
|
|
211
|
-
async DescribeBillSummaryByProduct(req: DescribeBillSummaryByProductRequest, cb?: (error: string, rep: DescribeBillSummaryByProductResponse) => void): Promise<DescribeBillSummaryByProductResponse> {
|
|
212
|
-
return this.request("DescribeBillSummaryByProduct", req, cb);
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
/**
|
|
216
|
-
* 获取按标签汇总费用分布
|
|
217
|
-
*/
|
|
218
|
-
async DescribeBillSummaryByTag(req: DescribeBillSummaryByTagRequest, cb?: (error: string, rep: DescribeBillSummaryByTagResponse) => void): Promise<DescribeBillSummaryByTagResponse> {
|
|
219
|
-
return this.request("DescribeBillSummaryByTag", req, cb);
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
/**
|
|
223
|
-
* 获取按产品汇总消耗详情
|
|
224
|
-
*/
|
|
225
|
-
async DescribeCostSummaryByProduct(req: DescribeCostSummaryByProductRequest, cb?: (error: string, rep: DescribeCostSummaryByProductResponse) => void): Promise<DescribeCostSummaryByProductResponse> {
|
|
226
|
-
return this.request("DescribeCostSummaryByProduct", req, cb);
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
/**
|
|
230
|
-
* 查询消耗明细
|
|
231
|
-
*/
|
|
232
|
-
async DescribeCostDetail(req: DescribeCostDetailRequest, cb?: (error: string, rep: DescribeCostDetailResponse) => void): Promise<DescribeCostDetailResponse> {
|
|
233
|
-
return this.request("DescribeCostDetail", req, cb);
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
/**
|
|
237
|
-
* 获取COS产品用量明细
|
|
238
|
-
*/
|
|
239
|
-
async DescribeDosageCosDetailByDate(req: DescribeDosageCosDetailByDateRequest, cb?: (error: string, rep: DescribeDosageCosDetailByDateResponse) => void): Promise<DescribeDosageCosDetailByDateResponse> {
|
|
240
|
-
return this.request("DescribeDosageCosDetailByDate", req, cb);
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
/**
|
|
244
|
-
* 支付订单
|
|
245
|
-
*/
|
|
246
|
-
async PayDeals(req: PayDealsRequest, cb?: (error: string, rep: PayDealsResponse) => void): Promise<PayDealsResponse> {
|
|
247
|
-
return this.request("PayDeals", req, cb);
|
|
248
|
-
}
|
|
278
|
+
/**
|
|
279
|
+
* 查询消耗明细
|
|
280
|
+
*/
|
|
281
|
+
async DescribeCostDetail(
|
|
282
|
+
req: DescribeCostDetailRequest,
|
|
283
|
+
cb?: (error: string, rep: DescribeCostDetailResponse) => void
|
|
284
|
+
): Promise<DescribeCostDetailResponse> {
|
|
285
|
+
return this.request("DescribeCostDetail", req, cb)
|
|
286
|
+
}
|
|
249
287
|
|
|
288
|
+
/**
|
|
289
|
+
* 获取COS产品用量明细
|
|
290
|
+
*/
|
|
291
|
+
async DescribeDosageCosDetailByDate(
|
|
292
|
+
req: DescribeDosageCosDetailByDateRequest,
|
|
293
|
+
cb?: (error: string, rep: DescribeDosageCosDetailByDateResponse) => void
|
|
294
|
+
): Promise<DescribeDosageCosDetailByDateResponse> {
|
|
295
|
+
return this.request("DescribeDosageCosDetailByDate", req, cb)
|
|
296
|
+
}
|
|
250
297
|
|
|
298
|
+
/**
|
|
299
|
+
* 支付订单
|
|
300
|
+
*/
|
|
301
|
+
async PayDeals(
|
|
302
|
+
req: PayDealsRequest,
|
|
303
|
+
cb?: (error: string, rep: PayDealsResponse) => void
|
|
304
|
+
): Promise<PayDealsResponse> {
|
|
305
|
+
return this.request("PayDeals", req, cb)
|
|
306
|
+
}
|
|
251
307
|
}
|