tencentcloud-sdk-nodejs-billing 4.1.203 → 4.1.209

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.203",
3
+ "version": "4.1.209",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7024,73 +7024,85 @@ export interface BudgetInfoApiResponse {
7024
7024
  */
7025
7025
  export interface CostDetail {
7026
7026
  /**
7027
- * 支付者uin
7027
+ * <p>支付者uin</p>
7028
7028
  */
7029
7029
  PayerUin?: string;
7030
7030
  /**
7031
- * 产品名称
7031
+ * <p>产品名称</p>
7032
7032
  */
7033
7033
  BusinessCodeName?: string;
7034
7034
  /**
7035
- * 子产品名称
7035
+ * <p>子产品名称</p>
7036
7036
  */
7037
7037
  ProductCodeName?: string;
7038
7038
  /**
7039
- * 计费模式名称
7039
+ * <p>计费模式名称</p>
7040
7040
  */
7041
7041
  PayModeName?: string;
7042
7042
  /**
7043
- * 项目名称
7043
+ * <p>项目名称</p>
7044
7044
  */
7045
7045
  ProjectName?: string;
7046
7046
  /**
7047
- * 区域名称
7047
+ * <p>区域名称</p>
7048
7048
  */
7049
7049
  RegionName?: string;
7050
7050
  /**
7051
- * 地区名称
7051
+ * <p>地区名称</p>
7052
7052
  */
7053
7053
  ZoneName?: string;
7054
7054
  /**
7055
- * 资源id
7055
+ * <p>资源id</p>
7056
7056
  */
7057
7057
  ResourceId?: string;
7058
7058
  /**
7059
- * 资源名称
7059
+ * <p>资源名称</p>
7060
7060
  */
7061
7061
  ResourceName?: string;
7062
7062
  /**
7063
- * 类型名称
7063
+ * <p>类型名称</p>
7064
7064
  */
7065
7065
  ActionTypeName?: string;
7066
7066
  /**
7067
- * 订单id
7067
+ * <p>订单id</p>
7068
7068
  */
7069
7069
  OrderId?: string;
7070
7070
  /**
7071
- * 交易id
7071
+ * <p>交易id</p>
7072
7072
  */
7073
7073
  BillId?: string;
7074
7074
  /**
7075
- * 费用开始时间
7075
+ * <p>费用开始时间</p>
7076
7076
  */
7077
7077
  FeeBeginTime?: string;
7078
7078
  /**
7079
- * 费用结束时间
7079
+ * <p>费用结束时间</p>
7080
7080
  */
7081
7081
  FeeEndTime?: string;
7082
7082
  /**
7083
- * 组件明细
7083
+ * <p>组件明细</p>
7084
7084
  */
7085
7085
  ComponentSet?: Array<CostComponentSet>;
7086
7086
  /**
7087
- * 子产品名称代码
7087
+ * <p>子产品名称代码</p>
7088
7088
  */
7089
7089
  ProductCode?: string;
7090
7090
  /**
7091
- * 标签信息
7091
+ * <p>标签信息</p>
7092
7092
  */
7093
7093
  Tags?: Array<BillTagInfo>;
7094
+ /**
7095
+ * <p>操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )</p>
7096
+ */
7097
+ OperateUin?: string;
7098
+ /**
7099
+ * <p>使用者UIN:实际使用资源的账号 ID</p>
7100
+ */
7101
+ OwnerUin?: string;
7102
+ /**
7103
+ * <p>扣费时间:结算扣费时间</p>
7104
+ */
7105
+ PayTime?: string;
7094
7106
  }
7095
7107
  /**
7096
7108
  * DescribeBudgetOperationLog请求参数结构体