tencentcloud-sdk-nodejs-billing 4.1.209 → 4.1.211

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.209",
3
+ "version": "4.1.211",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7589,6 +7589,10 @@ export interface DescribeVoucherInfoResponse {
7589
7589
  * <p>代金券相关信息</p>
7590
7590
  */
7591
7591
  VoucherInfos?: Array<VoucherInfos>;
7592
+ /**
7593
+ * <p>接口返回的金额字段单位</p><p>默认值:micro</p><p>金额单位:micro(微分)<br>代金券发放和使用按8位高精度处理,所以金额单位默认为micro(微分),如需CNY或USD请按以下公式换算<br>CNY:1 micro = 10⁻⁸ 元<br>USD:1 micro = 10⁻⁸ 美元</p>
7594
+ */
7595
+ Unit?: string;
7592
7596
  /**
7593
7597
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7594
7598
  */
@@ -7865,7 +7869,7 @@ export interface DescribeVoucherInfoRequest {
7865
7869
  */
7866
7870
  Offset: number;
7867
7871
  /**
7868
- * <p>券状态:待使用:unUsed,已使用:&nbsp;used,已发货:delivered,已作废:&nbsp;cancel,已过期:overdue</p>
7872
+ * <p>券状态:待使用:unUsed,已使用:xa0used,已发货:delivered,已作废:xa0cancel,已过期:overdue</p>
7869
7873
  */
7870
7874
  Status?: string;
7871
7875
  /**