tencentcloud-sdk-nodejs-billing 4.1.37 → 4.1.44

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.37",
3
+ "version": "4.1.44",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3346,7 +3346,8 @@ export interface BillDetail {
3346
3346
  */
3347
3347
  ActionTypeName?: string;
3348
3348
  /**
3349
- * 订单ID:包年包月计费模式下订购的订单号
3349
+ * 订单ID:包年包月计费模式下对应子订单号。后付费计费模式下账单费用不存在订单概念,可忽略此参数。
3350
+
3350
3351
  */
3351
3352
  OrderId?: string;
3352
3353
  /**