tencentcloud-sdk-nodejs-billing 4.1.257 → 4.1.275

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.257",
3
+ "version": "4.1.275",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6952,7 +6952,7 @@ export interface AnalyseConditions {
6952
6952
  */
6953
6953
  Tags?: string;
6954
6954
  /**
6955
- * <p>费用类型,查询费用类型(请使用费用类型code入参)入参枚举如下:<br>cashPayAmount:现金<br>incentivePayAmount:赠送金<br>voucherPayAmount:优惠券<br>tax:税金<br>costBeforeTax:税前价</p>
6955
+ * <p>费用类型,查询费用类型(请使用费用类型code入参)入参枚举如下</p><p>枚举值:</p><ul><li>cashPayAmount: 现金</li><li>incentivePayAmount: 赠送金</li><li>voucherPayAmount: 优惠券</li><li>transferPayAmount: 分成金</li></ul>
6956
6956
  */
6957
6957
  FeeType?: string;
6958
6958
  /**