tencentcloud-sdk-nodejs-billing 4.1.189 → 4.1.193

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.189",
3
+ "version": "4.1.193",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -20,11 +20,11 @@ export interface CreateAllocationUnitRequest {
20
20
  */
21
21
  export interface DescribeBillAdjustInfoResponse {
22
22
  /**
23
- * 数据总量
23
+ * <p>数据总量</p>
24
24
  */
25
25
  Total?: number;
26
26
  /**
27
- * 明细数据
27
+ * <p>明细数据</p>
28
28
  */
29
29
  Data?: Array<AdjustInfoDetail>;
30
30
  /**
@@ -1111,21 +1111,25 @@ export interface DeleteBudgetResponse {
1111
1111
  */
1112
1112
  export interface DescribeBillSummaryRequest {
1113
1113
  /**
1114
- * 账单月份,格式为2023-04
1114
+ * <p>账单月份,格式为2023-04</p>
1115
1115
  */
1116
1116
  Month: string;
1117
1117
  /**
1118
- * 账单维度类型,枚举值如下:business、project、region、payMode、tag
1118
+ * <p>账单维度类型,枚举值如下:business、project、region、payMode、tag</p>
1119
1119
  */
1120
1120
  GroupType: string;
1121
1121
  /**
1122
- * 标签键,GroupType=tag获取标签维度账单时传
1122
+ * <p>标签键,GroupType=tag获取标签维度账单时传</p>
1123
1123
  */
1124
1124
  TagKey?: Array<string>;
1125
1125
  /**
1126
- * 操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID
1126
+ * <p>操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )</p>
1127
1127
  */
1128
1128
  OperateUin?: string;
1129
+ /**
1130
+ * <p>支付者的账号 ID(账号 ID 是用户在腾讯云的唯一账号标识),默认查询本账号账单,如集团管理账号需查询成员账号自付的账单,该字段需入参成员账号UIN</p>
1131
+ */
1132
+ PayerUin?: string;
1129
1133
  }
1130
1134
  /**
1131
1135
  * DescribeBillResourceSummary返回参数结构体
@@ -4497,20 +4501,21 @@ export interface DescribeBillSummaryByProjectResponse {
4497
4501
  */
4498
4502
  export interface DescribeBillAdjustInfoRequest {
4499
4503
  /**
4500
- * 格式:yyyy-MM
4501
- 账单月份,month和timeFrom&timeTo必传一个,如果有传timeFrom&timeTo则month字段无效
4504
+ * <p>格式:yyyy-MM<br>账单月份,month和timeFrom&amp;timeTo必传一个,如果有传timeFrom&amp;timeTo则month字段无效</p>
4502
4505
  */
4503
4506
  Month?: string;
4504
4507
  /**
4505
- * 格式:yyyy-MM-dd
4506
- 开始时间,month和timeFrom&timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据
4508
+ * <p>格式:yyyy-MM-dd<br>开始时间,month和timeFrom&amp;timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据</p>
4507
4509
  */
4508
4510
  TimeFrom?: string;
4509
4511
  /**
4510
- * 格式:yyyy-MM-dd
4511
- 截止时间,month和timeFrom&timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据
4512
+ * <p>格式:yyyy-MM-dd<br>截止时间,month和timeFrom&amp;timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据</p>
4512
4513
  */
4513
4514
  TimeTo?: string;
4515
+ /**
4516
+ * <p>支付者的账号 ID(账号 ID 是用户在腾讯云的唯一账号标识),默认查询本账号账单,如集团管理账号需查询成员账号自付的账单,该字段需入参成员账号UIN</p>
4517
+ */
4518
+ PayerUin?: string;
4514
4519
  }
4515
4520
  /**
4516
4521
  * DeleteAllocationRule返回参数结构体
@@ -4973,11 +4978,11 @@ export interface AllocationBillTrendDetail {
4973
4978
  */
4974
4979
  export interface DescribeBillSummaryResponse {
4975
4980
  /**
4976
- * 数据是否准备好,0准备中,1已就绪。(Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟出账,请于10分钟后重试即可)
4981
+ * <p>数据是否准备好,0准备中,1已就绪。(Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟出账,请于10分钟后重试即可)</p>
4977
4982
  */
4978
4983
  Ready?: number;
4979
4984
  /**
4980
- * 账单多维度汇总消费详情
4985
+ * <p>账单多维度汇总消费详情</p>
4981
4986
  */
4982
4987
  SummaryDetail?: Array<SummaryDetail>;
4983
4988
  /**