tencentcloud-sdk-nodejs-billing 4.1.247 → 4.1.248

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-billing",
3
- "version": "4.1.247",
3
+ "version": "4.1.248",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -132,41 +132,45 @@ export interface DescribeCostExplorerSummaryResponse {
132
132
  */
133
133
  export interface ConsumptionBusinessSummaryDataItem {
134
134
  /**
135
- * 产品名称代码
135
+ * <p>产品名称代码</p>
136
136
  */
137
137
  BusinessCode?: string;
138
138
  /**
139
- * 产品名称
139
+ * <p>产品名称</p>
140
140
  */
141
141
  BusinessCodeName?: string;
142
142
  /**
143
- * 折后总价
143
+ * <p>折后总价</p>
144
144
  */
145
145
  RealTotalCost?: string;
146
146
  /**
147
- * 费用趋势
147
+ * <p>费用趋势</p>
148
148
  */
149
149
  Trend?: ConsumptionSummaryTrend;
150
150
  /**
151
- * 现金
151
+ * <p>现金</p>
152
152
  */
153
153
  CashPayAmount?: string;
154
154
  /**
155
- * 赠送金
155
+ * <p>赠送金</p>
156
156
  */
157
157
  IncentivePayAmount?: string;
158
158
  /**
159
- * 代金券
159
+ * <p>代金券</p>
160
160
  */
161
161
  VoucherPayAmount?: string;
162
162
  /**
163
- * 分成金
163
+ * <p>分成金</p>
164
164
  */
165
165
  TransferPayAmount?: string;
166
166
  /**
167
- * 地域名称(仅在地域汇总总展示)
167
+ * <p>地域名称(仅在地域汇总中展示)</p>
168
168
  */
169
169
  RegionName?: string;
170
+ /**
171
+ * <p>待分摊金额</p><p>剩余待分摊的折后总金额</p>
172
+ */
173
+ LeftRealTotalCost?: string;
170
174
  }
171
175
  /**
172
176
  * ModifyGatherRule请求参数结构体
@@ -1036,41 +1040,45 @@ export interface CreateAllocationRuleRequest {
1036
1040
  */
1037
1041
  export interface ConsumptionRegionSummaryDataItem {
1038
1042
  /**
1039
- * 地域ID
1043
+ * <p>地域ID</p>
1040
1044
  */
1041
1045
  RegionId?: string;
1042
1046
  /**
1043
- * 地域名称
1047
+ * <p>地域名称</p>
1044
1048
  */
1045
1049
  RegionName?: string;
1046
1050
  /**
1047
- * 折后总价
1051
+ * <p>折后总价</p>
1048
1052
  */
1049
1053
  RealTotalCost?: string;
1050
1054
  /**
1051
- * 趋势
1055
+ * <p>趋势</p>
1052
1056
  */
1053
1057
  Trend?: ConsumptionSummaryTrend;
1054
1058
  /**
1055
- * 产品消费详情
1059
+ * <p>产品消费详情</p>
1056
1060
  */
1057
1061
  Business?: Array<ConsumptionBusinessSummaryDataItem>;
1058
1062
  /**
1059
- * 现金
1063
+ * <p>现金</p>
1060
1064
  */
1061
1065
  CashPayAmount?: string;
1062
1066
  /**
1063
- * 代金券
1067
+ * <p>代金券</p>
1064
1068
  */
1065
1069
  VoucherPayAmount?: string;
1066
1070
  /**
1067
- * 赠送金
1071
+ * <p>赠送金</p>
1068
1072
  */
1069
1073
  IncentivePayAmount?: string;
1070
1074
  /**
1071
- * 分成金
1075
+ * <p>分成金</p>
1072
1076
  */
1073
1077
  TransferPayAmount?: string;
1078
+ /**
1079
+ * <p>待分摊金额</p><p>剩余待分摊的折后总金额</p>
1080
+ */
1081
+ LeftRealTotalCost?: string;
1074
1082
  }
1075
1083
  /**
1076
1084
  * DeleteBudget返回参数结构体
@@ -5136,41 +5144,45 @@ export interface RegionSummaryOverviewItem {
5136
5144
  */
5137
5145
  export interface ConsumptionProjectSummaryDataItem {
5138
5146
  /**
5139
- * 项目ID
5147
+ * <p>项目ID</p>
5140
5148
  */
5141
5149
  ProjectId?: string;
5142
5150
  /**
5143
- * 项目名称
5151
+ * <p>项目名称</p>
5144
5152
  */
5145
5153
  ProjectName?: string;
5146
5154
  /**
5147
- * 折后总价
5155
+ * <p>折后总价</p>
5148
5156
  */
5149
5157
  RealTotalCost?: string;
5150
5158
  /**
5151
- * 趋势
5159
+ * <p>趋势</p>
5152
5160
  */
5153
5161
  Trend?: ConsumptionSummaryTrend;
5154
5162
  /**
5155
- * 产品消耗详情
5163
+ * <p>产品消耗详情</p>
5156
5164
  */
5157
5165
  Business?: Array<ConsumptionBusinessSummaryDataItem>;
5158
5166
  /**
5159
- * 现金
5167
+ * <p>现金</p>
5160
5168
  */
5161
5169
  CashPayAmount?: string;
5162
5170
  /**
5163
- * 赠送金
5171
+ * <p>赠送金</p>
5164
5172
  */
5165
5173
  IncentivePayAmount?: string;
5166
5174
  /**
5167
- * 代金券
5175
+ * <p>代金券</p>
5168
5176
  */
5169
5177
  VoucherPayAmount?: string;
5170
5178
  /**
5171
- * 分成金
5179
+ * <p>分成金</p>
5172
5180
  */
5173
5181
  TransferPayAmount?: string;
5182
+ /**
5183
+ * <p>待分摊金额</p><p>剩余待分摊的折后总金额</p>
5184
+ */
5185
+ LeftRealTotalCost?: string;
5174
5186
  }
5175
5187
  /**
5176
5188
  * 成本分析地域返回复杂类型
@@ -7187,165 +7199,169 @@ export interface DescribeBillDownloadUrlResponse {
7187
7199
  */
7188
7200
  export interface ConsumptionResourceSummaryDataItem {
7189
7201
  /**
7190
- * 资源ID
7202
+ * <p>资源ID</p>
7191
7203
  */
7192
7204
  ResourceId?: string;
7193
7205
  /**
7194
- * 资源名称
7206
+ * <p>资源名称</p>
7195
7207
  */
7196
7208
  ResourceName?: string;
7197
7209
  /**
7198
- * 折后总价
7210
+ * <p>折后总价</p>
7199
7211
  */
7200
7212
  RealTotalCost?: string;
7201
7213
  /**
7202
- * 现金花费
7214
+ * <p>现金花费</p>
7203
7215
  */
7204
7216
  CashPayAmount?: string;
7205
7217
  /**
7206
- * 项目ID
7218
+ * <p>项目ID</p>
7207
7219
  */
7208
7220
  ProjectId?: string;
7209
7221
  /**
7210
- * 项目名称
7222
+ * <p>项目名称</p>
7211
7223
  */
7212
7224
  ProjectName?: string;
7213
7225
  /**
7214
- * 地域ID
7226
+ * <p>地域ID</p>
7215
7227
  */
7216
7228
  RegionId?: string;
7217
7229
  /**
7218
- * 地域名称
7230
+ * <p>地域名称</p>
7219
7231
  */
7220
7232
  RegionName?: string;
7221
7233
  /**
7222
- * 付费模式
7234
+ * <p>付费模式</p>
7223
7235
  */
7224
7236
  PayMode?: string;
7225
7237
  /**
7226
- * 付费模式名称
7238
+ * <p>付费模式名称</p>
7227
7239
  */
7228
7240
  PayModeName?: string;
7229
7241
  /**
7230
- * 产品名称代码
7242
+ * <p>产品名称代码</p>
7231
7243
  */
7232
7244
  BusinessCode?: string;
7233
7245
  /**
7234
- * 产品名称
7246
+ * <p>产品名称</p>
7235
7247
  */
7236
7248
  BusinessCodeName?: string;
7237
7249
  /**
7238
- * 消耗类型
7250
+ * <p>消耗类型</p>
7239
7251
  */
7240
7252
  ConsumptionTypeName?: string;
7241
7253
  /**
7242
- * 折前价
7254
+ * <p>折前价</p>
7243
7255
  */
7244
7256
  RealCost?: string;
7245
7257
  /**
7246
- * 费用起始时间
7258
+ * <p>费用起始时间</p>
7247
7259
  */
7248
7260
  FeeBeginTime?: string;
7249
7261
  /**
7250
- * 费用结束时间
7262
+ * <p>费用结束时间</p>
7251
7263
  */
7252
7264
  FeeEndTime?: string;
7253
7265
  /**
7254
- * 天数
7266
+ * <p>天数</p>
7255
7267
  */
7256
7268
  DayDiff?: string;
7257
7269
  /**
7258
- * 每日消耗
7270
+ * <p>每日消耗</p>
7259
7271
  */
7260
7272
  DailyTotalCost?: string;
7261
7273
  /**
7262
- * 订单号
7274
+ * <p>订单号</p>
7263
7275
  */
7264
7276
  OrderId?: string;
7265
7277
  /**
7266
- * 代金券
7278
+ * <p>代金券</p>
7267
7279
  */
7268
7280
  VoucherPayAmount?: string;
7269
7281
  /**
7270
- * 赠送金
7282
+ * <p>赠送金</p>
7271
7283
  */
7272
7284
  IncentivePayAmount?: string;
7273
7285
  /**
7274
- * 分成金
7286
+ * <p>分成金</p>
7275
7287
  */
7276
7288
  TransferPayAmount?: string;
7277
7289
  /**
7278
- * 支付者UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
7290
+ * <p>支付者UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识</p>
7279
7291
  */
7280
7292
  PayerUin?: string;
7281
7293
  /**
7282
- * 使用者UIN:实际使用资源的账号 ID
7294
+ * <p>使用者UIN:实际使用资源的账号 ID</p>
7283
7295
  */
7284
7296
  OwnerUin?: string;
7285
7297
  /**
7286
- * 操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID
7298
+ * <p>操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )</p>
7287
7299
  */
7288
7300
  OperateUin?: string;
7289
7301
  /**
7290
- * 子产品编码
7302
+ * <p>子产品编码</p>
7291
7303
  */
7292
7304
  ProductCode?: string;
7293
7305
  /**
7294
- * 子产品名称:用户采购的具体产品细分类型,例如:云服务器 CVM-标准型 S1
7306
+ * <p>子产品名称:用户采购的具体产品细分类型,例如:云服务器 CVM-标准型 S1</p>
7295
7307
  */
7296
7308
  ProductCodeName?: string;
7297
7309
  /**
7298
- * 地域类型
7310
+ * <p>地域类型</p>
7299
7311
  */
7300
7312
  RegionType?: string;
7301
7313
  /**
7302
- * 地域类型名称
7314
+ * <p>地域类型名称</p>
7303
7315
  */
7304
7316
  RegionTypeName?: string;
7305
7317
  /**
7306
- * 扩展字段1
7318
+ * <p>扩展字段1</p>
7307
7319
  */
7308
7320
  Extend1?: string;
7309
7321
  /**
7310
- * 扩展字段2
7322
+ * <p>扩展字段2</p>
7311
7323
  */
7312
7324
  Extend2?: string;
7313
7325
  /**
7314
- * 扩展字段3
7326
+ * <p>扩展字段3</p>
7315
7327
  */
7316
7328
  Extend3?: string;
7317
7329
  /**
7318
- * 扩展字段4
7330
+ * <p>扩展字段4</p>
7319
7331
  */
7320
7332
  Extend4?: string;
7321
7333
  /**
7322
- * 扩展字段5
7334
+ * <p>扩展字段5</p>
7323
7335
  */
7324
7336
  Extend5?: string;
7325
7337
  /**
7326
- * 实例类型
7338
+ * <p>实例类型</p>
7327
7339
  */
7328
7340
  InstanceType?: string;
7329
7341
  /**
7330
- * 实例类型名称
7342
+ * <p>实例类型名称</p>
7331
7343
  */
7332
7344
  InstanceTypeName?: string;
7333
7345
  /**
7334
- * 扣费时间:结算扣费时间
7346
+ * <p>扣费时间:结算扣费时间</p>
7335
7347
  */
7336
7348
  PayTime?: string;
7337
7349
  /**
7338
- * 可用区:资源所属可用区,如广州三区
7350
+ * <p>可用区:资源所属可用区,如广州三区</p>
7339
7351
  */
7340
7352
  ZoneName?: string;
7341
7353
  /**
7342
- * 配置描述
7354
+ * <p>配置描述</p>
7343
7355
  */
7344
7356
  ComponentConfig?: string;
7345
7357
  /**
7346
- * 标签信息
7358
+ * <p>标签信息</p>
7347
7359
  */
7348
7360
  Tags?: string;
7361
+ /**
7362
+ * <p>待分摊金额</p><p>剩余待分摊的折后总金额</p>
7363
+ */
7364
+ LeftRealTotalCost?: string;
7349
7365
  }
7350
7366
  /**
7351
7367
  * ModifyGatherRule返回参数结构体