tencentcloud-sdk-nodejs-billing 4.1.193 → 4.1.202

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.193",
3
+ "version": "4.1.202",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7566,15 +7566,15 @@ export interface AnalyseZoneDetail {
7566
7566
  */
7567
7567
  export interface DescribeVoucherInfoResponse {
7568
7568
  /**
7569
- * 券总数
7569
+ * <p>券总数</p>
7570
7570
  */
7571
7571
  TotalCount?: number;
7572
7572
  /**
7573
- * 总余额(微分)
7573
+ * <p>总余额(微分)</p>
7574
7574
  */
7575
7575
  TotalBalance?: number;
7576
7576
  /**
7577
- * 代金券相关信息
7577
+ * <p>代金券相关信息</p>
7578
7578
  */
7579
7579
  VoucherInfos?: Array<VoucherInfos>;
7580
7580
  /**
@@ -7845,97 +7845,101 @@ export interface DescribeAllocateConditionsResponse {
7845
7845
  */
7846
7846
  export interface DescribeVoucherInfoRequest {
7847
7847
  /**
7848
- * 一页多少条数据,默认是20条,最大不超过1000
7848
+ * <p>一页多少条数据,默认是20条,最大不超过1000</p>
7849
7849
  */
7850
7850
  Limit: number;
7851
7851
  /**
7852
- * 第多少页,默认是1
7852
+ * <p>第多少页,默认是1</p>
7853
7853
  */
7854
7854
  Offset: number;
7855
7855
  /**
7856
- * 券状态:待使用:unUsed,已使用: used,已发货:delivered,已作废: cancel,已过期:overdue
7856
+ * <p>券状态:待使用:unUsed,已使用:&nbsp;used,已发货:delivered,已作废:&nbsp;cancel,已过期:overdue</p>
7857
7857
  */
7858
7858
  Status?: string;
7859
7859
  /**
7860
- * 代金券id
7860
+ * <p>代金券id</p>
7861
7861
  */
7862
7862
  VoucherId?: string;
7863
7863
  /**
7864
- * 代金券订单id
7864
+ * <p>代金券订单id</p>
7865
7865
  */
7866
7866
  CodeId?: string;
7867
7867
  /**
7868
- * 商品码
7868
+ * <p>商品码</p>
7869
7869
  */
7870
7870
  ProductCode?: string;
7871
7871
  /**
7872
- * 活动id
7872
+ * <p>活动id</p>
7873
7873
  */
7874
7874
  ActivityId?: string;
7875
7875
  /**
7876
- * 代金券名称
7876
+ * <p>代金券名称</p>
7877
7877
  */
7878
7878
  VoucherName?: string;
7879
7879
  /**
7880
- * 发放开始时间,例:2021-01-01
7880
+ * <p>发放开始时间,例:2021-01-01</p>
7881
7881
  */
7882
7882
  TimeFrom?: string;
7883
7883
  /**
7884
- * 发放结束时间,例:2021-01-01
7884
+ * <p>发放结束时间,例:2021-01-01</p>
7885
7885
  */
7886
7886
  TimeTo?: string;
7887
7887
  /**
7888
- * 指定排序字段:BeginTime开始时间、EndTime到期时间、CreateTime创建时间
7888
+ * <p>指定排序字段:BeginTime开始时间、EndTime到期时间、CreateTime创建时间</p>
7889
7889
  */
7890
7890
  SortField?: string;
7891
7891
  /**
7892
- * 指定升序降序:desc、asc
7892
+ * <p>指定升序降序:desc、asc</p>
7893
7893
  */
7894
7894
  SortOrder?: string;
7895
7895
  /**
7896
- * 付费模式,postPay后付费/prePay预付费/riPay预留实例/""或者"*"表示全部模式,如果payMode为""或"*",那么productCode与subProductCode必须传空
7896
+ * <p>付费模式,postPay后付费/prePay预付费/riPay预留实例/&quot;&quot;或者&quot;*&quot;表示全部模式,如果payMode为&quot;&quot;或&quot;*&quot;,那么productCode与subProductCode必须传空</p>
7897
7897
  */
7898
7898
  PayMode?: string;
7899
7899
  /**
7900
- * 付费场景PayMode=postPay时:spotpay-竞价实例,"settle account"-普通后付费PayMode=prePay时:purchase-包年包月新购,renew-包年包月续费(自动续费),modify-包年包月配置变更(变配)PayMode=riPay时:oneOffFee-预留实例预付,hourlyFee-预留实例每小时扣费,*-支持全部付费场景
7900
+ * <p>付费场景PayMode=postPay时:spotpay-竞价实例,&quot;settle account&quot;-普通后付费PayMode=prePay时:purchase-包年包月新购,renew-包年包月续费(自动续费),modify-包年包月配置变更(变配)PayMode=riPay时:oneOffFee-预留实例预付,hourlyFee-预留实例每小时扣费,*-支持全部付费场景</p>
7901
7901
  */
7902
7902
  PayScene?: string;
7903
7903
  /**
7904
- * 操作人,默认就是用户uin
7904
+ * <p>操作人,默认就是用户uin</p>
7905
7905
  */
7906
7906
  Operator?: string;
7907
7907
  /**
7908
- * 代金券主类型 has_price 为有价现金券 no_price 为无价代金券
7908
+ * <p>代金券主类型 has_price 为有价现金券 no_price 为无价代金券</p>
7909
7909
  */
7910
7910
  VoucherMainType?: string;
7911
7911
  /**
7912
- * 代金券副类型 discount 为折扣券 deduct 为抵扣券
7912
+ * <p>代金券副类型 discount 为折扣券 deduct 为抵扣券</p>
7913
7913
  */
7914
7914
  VoucherSubType?: string;
7915
7915
  /**
7916
- * 券有效时间开始时间
7916
+ * <p>券有效时间开始时间</p>
7917
7917
  */
7918
7918
  StartTimeFrom?: string;
7919
7919
  /**
7920
- * 券有效时间结束时间
7920
+ * <p>券有效时间结束时间</p>
7921
7921
  */
7922
7922
  StartTimeTo?: string;
7923
7923
  /**
7924
- * 券失效时间开始时间
7924
+ * <p>券失效时间开始时间</p>
7925
7925
  */
7926
7926
  EndTimeFrom?: string;
7927
7927
  /**
7928
- * 券失效时间结束时间
7928
+ * <p>券失效时间结束时间</p>
7929
7929
  */
7930
7930
  EndTimeTo?: string;
7931
7931
  /**
7932
- * 发券时间开始时间
7932
+ * <p>发券时间开始时间</p>
7933
7933
  */
7934
7934
  CreateTimeFrom?: string;
7935
7935
  /**
7936
- * 发券时间结束时间
7936
+ * <p>发券时间结束时间</p>
7937
7937
  */
7938
7938
  CreateTimeTo?: string;
7939
+ /**
7940
+ * <p>语言参数</p><p>默认值:zh</p><p>期望返回产品名称中文或其他语言,目前仅支持中文、英文;填&quot;zh&quot;或不填时返回中文,其他情况返回英文</p>
7941
+ */
7942
+ Lang?: string;
7939
7943
  }
7940
7944
  /**
7941
7945
  * DescribeDosageDetailList请求参数结构体