tencentcloud-sdk-python-billing 3.1.53__tar.gz → 3.1.73__tar.gz

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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.73}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.73}/setup.py +1 -1
  3. {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud/billing/v20180709/models.py +146 -86
  5. {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud_sdk_python_billing.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_billing-3.1.73/tencentcloud_sdk_python_billing.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_billing-3.1.53/tencentcloud_sdk_python_billing.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.73}/README.rst +0 -0
  9. {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.73}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud/billing/__init__.py +0 -0
  11. {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud/billing/v20180709/__init__.py +0 -0
  12. {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud/billing/v20180709/billing_client.py +0 -0
  13. {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud/billing/v20180709/billing_client_async.py +0 -0
  14. {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud/billing/v20180709/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud_sdk_python_billing.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud_sdk_python_billing.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud_sdk_python_billing.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-billing
3
- Version: 3.1.53
3
+ Version: 3.1.73
4
4
  Summary: Tencent Cloud Billing SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.53
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.73
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-billing',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.53,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.73,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Billing SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.53'
17
+ __version__ = '3.1.73'
@@ -14266,40 +14266,46 @@ class CostDetail(AbstractModel):
14266
14266
 
14267
14267
  def __init__(self):
14268
14268
  r"""
14269
- :param _PayerUin: 支付者uin
14269
+ :param _PayerUin: <p>支付者uin</p>
14270
14270
  :type PayerUin: str
14271
- :param _BusinessCodeName: 产品名称
14271
+ :param _BusinessCodeName: <p>产品名称</p>
14272
14272
  :type BusinessCodeName: str
14273
- :param _ProductCodeName: 子产品名称
14273
+ :param _ProductCodeName: <p>子产品名称</p>
14274
14274
  :type ProductCodeName: str
14275
- :param _PayModeName: 计费模式名称
14275
+ :param _PayModeName: <p>计费模式名称</p>
14276
14276
  :type PayModeName: str
14277
- :param _ProjectName: 项目名称
14277
+ :param _ProjectName: <p>项目名称</p>
14278
14278
  :type ProjectName: str
14279
- :param _RegionName: 区域名称
14279
+ :param _RegionName: <p>区域名称</p>
14280
14280
  :type RegionName: str
14281
- :param _ZoneName: 地区名称
14281
+ :param _ZoneName: <p>地区名称</p>
14282
14282
  :type ZoneName: str
14283
- :param _ResourceId: 资源id
14283
+ :param _ResourceId: <p>资源id</p>
14284
14284
  :type ResourceId: str
14285
- :param _ResourceName: 资源名称
14285
+ :param _ResourceName: <p>资源名称</p>
14286
14286
  :type ResourceName: str
14287
- :param _ActionTypeName: 类型名称
14287
+ :param _ActionTypeName: <p>类型名称</p>
14288
14288
  :type ActionTypeName: str
14289
- :param _OrderId: 订单id
14289
+ :param _OrderId: <p>订单id</p>
14290
14290
  :type OrderId: str
14291
- :param _BillId: 交易id
14291
+ :param _BillId: <p>交易id</p>
14292
14292
  :type BillId: str
14293
- :param _FeeBeginTime: 费用开始时间
14293
+ :param _FeeBeginTime: <p>费用开始时间</p>
14294
14294
  :type FeeBeginTime: str
14295
- :param _FeeEndTime: 费用结束时间
14295
+ :param _FeeEndTime: <p>费用结束时间</p>
14296
14296
  :type FeeEndTime: str
14297
- :param _ComponentSet: 组件明细
14297
+ :param _ComponentSet: <p>组件明细</p>
14298
14298
  :type ComponentSet: list of CostComponentSet
14299
- :param _ProductCode: 子产品名称代码
14299
+ :param _ProductCode: <p>子产品名称代码</p>
14300
14300
  :type ProductCode: str
14301
- :param _Tags: 标签信息
14301
+ :param _Tags: <p>标签信息</p>
14302
14302
  :type Tags: list of BillTagInfo
14303
+ :param _OperateUin: <p>操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )</p>
14304
+ :type OperateUin: str
14305
+ :param _OwnerUin: <p>使用者UIN:实际使用资源的账号 ID</p>
14306
+ :type OwnerUin: str
14307
+ :param _PayTime: <p>扣费时间:结算扣费时间</p>
14308
+ :type PayTime: str
14303
14309
  """
14304
14310
  self._PayerUin = None
14305
14311
  self._BusinessCodeName = None
@@ -14318,10 +14324,13 @@ class CostDetail(AbstractModel):
14318
14324
  self._ComponentSet = None
14319
14325
  self._ProductCode = None
14320
14326
  self._Tags = None
14327
+ self._OperateUin = None
14328
+ self._OwnerUin = None
14329
+ self._PayTime = None
14321
14330
 
14322
14331
  @property
14323
14332
  def PayerUin(self):
14324
- r"""支付者uin
14333
+ r"""<p>支付者uin</p>
14325
14334
  :rtype: str
14326
14335
  """
14327
14336
  return self._PayerUin
@@ -14332,7 +14341,7 @@ class CostDetail(AbstractModel):
14332
14341
 
14333
14342
  @property
14334
14343
  def BusinessCodeName(self):
14335
- r"""产品名称
14344
+ r"""<p>产品名称</p>
14336
14345
  :rtype: str
14337
14346
  """
14338
14347
  return self._BusinessCodeName
@@ -14343,7 +14352,7 @@ class CostDetail(AbstractModel):
14343
14352
 
14344
14353
  @property
14345
14354
  def ProductCodeName(self):
14346
- r"""子产品名称
14355
+ r"""<p>子产品名称</p>
14347
14356
  :rtype: str
14348
14357
  """
14349
14358
  return self._ProductCodeName
@@ -14354,7 +14363,7 @@ class CostDetail(AbstractModel):
14354
14363
 
14355
14364
  @property
14356
14365
  def PayModeName(self):
14357
- r"""计费模式名称
14366
+ r"""<p>计费模式名称</p>
14358
14367
  :rtype: str
14359
14368
  """
14360
14369
  return self._PayModeName
@@ -14365,7 +14374,7 @@ class CostDetail(AbstractModel):
14365
14374
 
14366
14375
  @property
14367
14376
  def ProjectName(self):
14368
- r"""项目名称
14377
+ r"""<p>项目名称</p>
14369
14378
  :rtype: str
14370
14379
  """
14371
14380
  return self._ProjectName
@@ -14376,7 +14385,7 @@ class CostDetail(AbstractModel):
14376
14385
 
14377
14386
  @property
14378
14387
  def RegionName(self):
14379
- r"""区域名称
14388
+ r"""<p>区域名称</p>
14380
14389
  :rtype: str
14381
14390
  """
14382
14391
  return self._RegionName
@@ -14387,7 +14396,7 @@ class CostDetail(AbstractModel):
14387
14396
 
14388
14397
  @property
14389
14398
  def ZoneName(self):
14390
- r"""地区名称
14399
+ r"""<p>地区名称</p>
14391
14400
  :rtype: str
14392
14401
  """
14393
14402
  return self._ZoneName
@@ -14398,7 +14407,7 @@ class CostDetail(AbstractModel):
14398
14407
 
14399
14408
  @property
14400
14409
  def ResourceId(self):
14401
- r"""资源id
14410
+ r"""<p>资源id</p>
14402
14411
  :rtype: str
14403
14412
  """
14404
14413
  return self._ResourceId
@@ -14409,7 +14418,7 @@ class CostDetail(AbstractModel):
14409
14418
 
14410
14419
  @property
14411
14420
  def ResourceName(self):
14412
- r"""资源名称
14421
+ r"""<p>资源名称</p>
14413
14422
  :rtype: str
14414
14423
  """
14415
14424
  return self._ResourceName
@@ -14420,7 +14429,7 @@ class CostDetail(AbstractModel):
14420
14429
 
14421
14430
  @property
14422
14431
  def ActionTypeName(self):
14423
- r"""类型名称
14432
+ r"""<p>类型名称</p>
14424
14433
  :rtype: str
14425
14434
  """
14426
14435
  return self._ActionTypeName
@@ -14431,7 +14440,7 @@ class CostDetail(AbstractModel):
14431
14440
 
14432
14441
  @property
14433
14442
  def OrderId(self):
14434
- r"""订单id
14443
+ r"""<p>订单id</p>
14435
14444
  :rtype: str
14436
14445
  """
14437
14446
  return self._OrderId
@@ -14442,7 +14451,7 @@ class CostDetail(AbstractModel):
14442
14451
 
14443
14452
  @property
14444
14453
  def BillId(self):
14445
- r"""交易id
14454
+ r"""<p>交易id</p>
14446
14455
  :rtype: str
14447
14456
  """
14448
14457
  return self._BillId
@@ -14453,7 +14462,7 @@ class CostDetail(AbstractModel):
14453
14462
 
14454
14463
  @property
14455
14464
  def FeeBeginTime(self):
14456
- r"""费用开始时间
14465
+ r"""<p>费用开始时间</p>
14457
14466
  :rtype: str
14458
14467
  """
14459
14468
  return self._FeeBeginTime
@@ -14464,7 +14473,7 @@ class CostDetail(AbstractModel):
14464
14473
 
14465
14474
  @property
14466
14475
  def FeeEndTime(self):
14467
- r"""费用结束时间
14476
+ r"""<p>费用结束时间</p>
14468
14477
  :rtype: str
14469
14478
  """
14470
14479
  return self._FeeEndTime
@@ -14475,7 +14484,7 @@ class CostDetail(AbstractModel):
14475
14484
 
14476
14485
  @property
14477
14486
  def ComponentSet(self):
14478
- r"""组件明细
14487
+ r"""<p>组件明细</p>
14479
14488
  :rtype: list of CostComponentSet
14480
14489
  """
14481
14490
  return self._ComponentSet
@@ -14486,7 +14495,7 @@ class CostDetail(AbstractModel):
14486
14495
 
14487
14496
  @property
14488
14497
  def ProductCode(self):
14489
- r"""子产品名称代码
14498
+ r"""<p>子产品名称代码</p>
14490
14499
  :rtype: str
14491
14500
  """
14492
14501
  return self._ProductCode
@@ -14497,7 +14506,7 @@ class CostDetail(AbstractModel):
14497
14506
 
14498
14507
  @property
14499
14508
  def Tags(self):
14500
- r"""标签信息
14509
+ r"""<p>标签信息</p>
14501
14510
  :rtype: list of BillTagInfo
14502
14511
  """
14503
14512
  return self._Tags
@@ -14506,6 +14515,39 @@ class CostDetail(AbstractModel):
14506
14515
  def Tags(self, Tags):
14507
14516
  self._Tags = Tags
14508
14517
 
14518
+ @property
14519
+ def OperateUin(self):
14520
+ r"""<p>操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )</p>
14521
+ :rtype: str
14522
+ """
14523
+ return self._OperateUin
14524
+
14525
+ @OperateUin.setter
14526
+ def OperateUin(self, OperateUin):
14527
+ self._OperateUin = OperateUin
14528
+
14529
+ @property
14530
+ def OwnerUin(self):
14531
+ r"""<p>使用者UIN:实际使用资源的账号 ID</p>
14532
+ :rtype: str
14533
+ """
14534
+ return self._OwnerUin
14535
+
14536
+ @OwnerUin.setter
14537
+ def OwnerUin(self, OwnerUin):
14538
+ self._OwnerUin = OwnerUin
14539
+
14540
+ @property
14541
+ def PayTime(self):
14542
+ r"""<p>扣费时间:结算扣费时间</p>
14543
+ :rtype: str
14544
+ """
14545
+ return self._PayTime
14546
+
14547
+ @PayTime.setter
14548
+ def PayTime(self, PayTime):
14549
+ self._PayTime = PayTime
14550
+
14509
14551
 
14510
14552
  def _deserialize(self, params):
14511
14553
  self._PayerUin = params.get("PayerUin")
@@ -14535,6 +14577,9 @@ class CostDetail(AbstractModel):
14535
14577
  obj = BillTagInfo()
14536
14578
  obj._deserialize(item)
14537
14579
  self._Tags.append(obj)
14580
+ self._OperateUin = params.get("OperateUin")
14581
+ self._OwnerUin = params.get("OwnerUin")
14582
+ self._PayTime = params.get("PayTime")
14538
14583
  memeber_set = set(params.keys())
14539
14584
  for name, value in vars(self).items():
14540
14585
  property_name = name[1:]
@@ -27986,52 +28031,54 @@ class DescribeVoucherInfoRequest(AbstractModel):
27986
28031
 
27987
28032
  def __init__(self):
27988
28033
  r"""
27989
- :param _Limit: 一页多少条数据,默认是20条,最大不超过1000
28034
+ :param _Limit: <p>一页多少条数据,默认是20条,最大不超过1000</p>
27990
28035
  :type Limit: int
27991
- :param _Offset: 第多少页,默认是1
28036
+ :param _Offset: <p>第多少页,默认是1</p>
27992
28037
  :type Offset: int
27993
- :param _Status: 券状态:待使用:unUsed,已使用: used,已发货:delivered,已作废: cancel,已过期:overdue
28038
+ :param _Status: <p>券状态:待使用:unUsed,已使用:&nbsp;used,已发货:delivered,已作废:&nbsp;cancel,已过期:overdue</p>
27994
28039
  :type Status: str
27995
- :param _VoucherId: 代金券id
28040
+ :param _VoucherId: <p>代金券id</p>
27996
28041
  :type VoucherId: str
27997
- :param _CodeId: 代金券订单id
28042
+ :param _CodeId: <p>代金券订单id</p>
27998
28043
  :type CodeId: str
27999
- :param _ProductCode: 商品码
28044
+ :param _ProductCode: <p>商品码</p>
28000
28045
  :type ProductCode: str
28001
- :param _ActivityId: 活动id
28046
+ :param _ActivityId: <p>活动id</p>
28002
28047
  :type ActivityId: str
28003
- :param _VoucherName: 代金券名称
28048
+ :param _VoucherName: <p>代金券名称</p>
28004
28049
  :type VoucherName: str
28005
- :param _TimeFrom: 发放开始时间,例:2021-01-01
28050
+ :param _TimeFrom: <p>发放开始时间,例:2021-01-01</p>
28006
28051
  :type TimeFrom: str
28007
- :param _TimeTo: 发放结束时间,例:2021-01-01
28052
+ :param _TimeTo: <p>发放结束时间,例:2021-01-01</p>
28008
28053
  :type TimeTo: str
28009
- :param _SortField: 指定排序字段:BeginTime开始时间、EndTime到期时间、CreateTime创建时间
28054
+ :param _SortField: <p>指定排序字段:BeginTime开始时间、EndTime到期时间、CreateTime创建时间</p>
28010
28055
  :type SortField: str
28011
- :param _SortOrder: 指定升序降序:desc、asc
28056
+ :param _SortOrder: <p>指定升序降序:desc、asc</p>
28012
28057
  :type SortOrder: str
28013
- :param _PayMode: 付费模式,postPay后付费/prePay预付费/riPay预留实例/""或者"*"表示全部模式,如果payMode为""或"*",那么productCode与subProductCode必须传空
28058
+ :param _PayMode: <p>付费模式,postPay后付费/prePay预付费/riPay预留实例/&quot;&quot;或者&quot;*&quot;表示全部模式,如果payMode为&quot;&quot;或&quot;*&quot;,那么productCode与subProductCode必须传空</p>
28014
28059
  :type PayMode: str
28015
- :param _PayScene: 付费场景PayMode=postPay时:spotpay-竞价实例,"settle account"-普通后付费PayMode=prePay时:purchase-包年包月新购,renew-包年包月续费(自动续费),modify-包年包月配置变更(变配)PayMode=riPay时:oneOffFee-预留实例预付,hourlyFee-预留实例每小时扣费,*-支持全部付费场景
28060
+ :param _PayScene: <p>付费场景PayMode=postPay时:spotpay-竞价实例,&quot;settle account&quot;-普通后付费PayMode=prePay时:purchase-包年包月新购,renew-包年包月续费(自动续费),modify-包年包月配置变更(变配)PayMode=riPay时:oneOffFee-预留实例预付,hourlyFee-预留实例每小时扣费,*-支持全部付费场景</p>
28016
28061
  :type PayScene: str
28017
- :param _Operator: 操作人,默认就是用户uin
28062
+ :param _Operator: <p>操作人,默认就是用户uin</p>
28018
28063
  :type Operator: str
28019
- :param _VoucherMainType: 代金券主类型 has_price 为有价现金券 no_price 为无价代金券
28064
+ :param _VoucherMainType: <p>代金券主类型 has_price 为有价现金券 no_price 为无价代金券</p>
28020
28065
  :type VoucherMainType: str
28021
- :param _VoucherSubType: 代金券副类型 discount 为折扣券 deduct 为抵扣券
28066
+ :param _VoucherSubType: <p>代金券副类型 discount 为折扣券 deduct 为抵扣券</p>
28022
28067
  :type VoucherSubType: str
28023
- :param _StartTimeFrom: 券有效时间开始时间
28068
+ :param _StartTimeFrom: <p>券有效时间开始时间</p>
28024
28069
  :type StartTimeFrom: str
28025
- :param _StartTimeTo: 券有效时间结束时间
28070
+ :param _StartTimeTo: <p>券有效时间结束时间</p>
28026
28071
  :type StartTimeTo: str
28027
- :param _EndTimeFrom: 券失效时间开始时间
28072
+ :param _EndTimeFrom: <p>券失效时间开始时间</p>
28028
28073
  :type EndTimeFrom: str
28029
- :param _EndTimeTo: 券失效时间结束时间
28074
+ :param _EndTimeTo: <p>券失效时间结束时间</p>
28030
28075
  :type EndTimeTo: str
28031
- :param _CreateTimeFrom: 发券时间开始时间
28076
+ :param _CreateTimeFrom: <p>发券时间开始时间</p>
28032
28077
  :type CreateTimeFrom: str
28033
- :param _CreateTimeTo: 发券时间结束时间
28078
+ :param _CreateTimeTo: <p>发券时间结束时间</p>
28034
28079
  :type CreateTimeTo: str
28080
+ :param _Lang: <p>语言参数</p><p>默认值:zh</p><p>期望返回产品名称中文或其他语言,目前仅支持中文、英文;填&quot;zh&quot;或不填时返回中文,其他情况返回英文</p>
28081
+ :type Lang: str
28035
28082
  """
28036
28083
  self._Limit = None
28037
28084
  self._Offset = None
@@ -28056,10 +28103,11 @@ class DescribeVoucherInfoRequest(AbstractModel):
28056
28103
  self._EndTimeTo = None
28057
28104
  self._CreateTimeFrom = None
28058
28105
  self._CreateTimeTo = None
28106
+ self._Lang = None
28059
28107
 
28060
28108
  @property
28061
28109
  def Limit(self):
28062
- r"""一页多少条数据,默认是20条,最大不超过1000
28110
+ r"""<p>一页多少条数据,默认是20条,最大不超过1000</p>
28063
28111
  :rtype: int
28064
28112
  """
28065
28113
  return self._Limit
@@ -28070,7 +28118,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28070
28118
 
28071
28119
  @property
28072
28120
  def Offset(self):
28073
- r"""第多少页,默认是1
28121
+ r"""<p>第多少页,默认是1</p>
28074
28122
  :rtype: int
28075
28123
  """
28076
28124
  return self._Offset
@@ -28081,7 +28129,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28081
28129
 
28082
28130
  @property
28083
28131
  def Status(self):
28084
- r"""券状态:待使用:unUsed,已使用: used,已发货:delivered,已作废: cancel,已过期:overdue
28132
+ r"""<p>券状态:待使用:unUsed,已使用:&nbsp;used,已发货:delivered,已作废:&nbsp;cancel,已过期:overdue</p>
28085
28133
  :rtype: str
28086
28134
  """
28087
28135
  return self._Status
@@ -28092,7 +28140,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28092
28140
 
28093
28141
  @property
28094
28142
  def VoucherId(self):
28095
- r"""代金券id
28143
+ r"""<p>代金券id</p>
28096
28144
  :rtype: str
28097
28145
  """
28098
28146
  return self._VoucherId
@@ -28103,7 +28151,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28103
28151
 
28104
28152
  @property
28105
28153
  def CodeId(self):
28106
- r"""代金券订单id
28154
+ r"""<p>代金券订单id</p>
28107
28155
  :rtype: str
28108
28156
  """
28109
28157
  return self._CodeId
@@ -28114,7 +28162,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28114
28162
 
28115
28163
  @property
28116
28164
  def ProductCode(self):
28117
- r"""商品码
28165
+ r"""<p>商品码</p>
28118
28166
  :rtype: str
28119
28167
  """
28120
28168
  return self._ProductCode
@@ -28125,7 +28173,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28125
28173
 
28126
28174
  @property
28127
28175
  def ActivityId(self):
28128
- r"""活动id
28176
+ r"""<p>活动id</p>
28129
28177
  :rtype: str
28130
28178
  """
28131
28179
  return self._ActivityId
@@ -28136,7 +28184,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28136
28184
 
28137
28185
  @property
28138
28186
  def VoucherName(self):
28139
- r"""代金券名称
28187
+ r"""<p>代金券名称</p>
28140
28188
  :rtype: str
28141
28189
  """
28142
28190
  return self._VoucherName
@@ -28147,7 +28195,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28147
28195
 
28148
28196
  @property
28149
28197
  def TimeFrom(self):
28150
- r"""发放开始时间,例:2021-01-01
28198
+ r"""<p>发放开始时间,例:2021-01-01</p>
28151
28199
  :rtype: str
28152
28200
  """
28153
28201
  return self._TimeFrom
@@ -28158,7 +28206,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28158
28206
 
28159
28207
  @property
28160
28208
  def TimeTo(self):
28161
- r"""发放结束时间,例:2021-01-01
28209
+ r"""<p>发放结束时间,例:2021-01-01</p>
28162
28210
  :rtype: str
28163
28211
  """
28164
28212
  return self._TimeTo
@@ -28169,7 +28217,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28169
28217
 
28170
28218
  @property
28171
28219
  def SortField(self):
28172
- r"""指定排序字段:BeginTime开始时间、EndTime到期时间、CreateTime创建时间
28220
+ r"""<p>指定排序字段:BeginTime开始时间、EndTime到期时间、CreateTime创建时间</p>
28173
28221
  :rtype: str
28174
28222
  """
28175
28223
  return self._SortField
@@ -28180,7 +28228,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28180
28228
 
28181
28229
  @property
28182
28230
  def SortOrder(self):
28183
- r"""指定升序降序:desc、asc
28231
+ r"""<p>指定升序降序:desc、asc</p>
28184
28232
  :rtype: str
28185
28233
  """
28186
28234
  return self._SortOrder
@@ -28191,7 +28239,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28191
28239
 
28192
28240
  @property
28193
28241
  def PayMode(self):
28194
- r"""付费模式,postPay后付费/prePay预付费/riPay预留实例/""或者"*"表示全部模式,如果payMode为""或"*",那么productCode与subProductCode必须传空
28242
+ r"""<p>付费模式,postPay后付费/prePay预付费/riPay预留实例/&quot;&quot;或者&quot;*&quot;表示全部模式,如果payMode为&quot;&quot;或&quot;*&quot;,那么productCode与subProductCode必须传空</p>
28195
28243
  :rtype: str
28196
28244
  """
28197
28245
  return self._PayMode
@@ -28202,7 +28250,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28202
28250
 
28203
28251
  @property
28204
28252
  def PayScene(self):
28205
- r"""付费场景PayMode=postPay时:spotpay-竞价实例,"settle account"-普通后付费PayMode=prePay时:purchase-包年包月新购,renew-包年包月续费(自动续费),modify-包年包月配置变更(变配)PayMode=riPay时:oneOffFee-预留实例预付,hourlyFee-预留实例每小时扣费,*-支持全部付费场景
28253
+ r"""<p>付费场景PayMode=postPay时:spotpay-竞价实例,&quot;settle account&quot;-普通后付费PayMode=prePay时:purchase-包年包月新购,renew-包年包月续费(自动续费),modify-包年包月配置变更(变配)PayMode=riPay时:oneOffFee-预留实例预付,hourlyFee-预留实例每小时扣费,*-支持全部付费场景</p>
28206
28254
  :rtype: str
28207
28255
  """
28208
28256
  return self._PayScene
@@ -28213,7 +28261,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28213
28261
 
28214
28262
  @property
28215
28263
  def Operator(self):
28216
- r"""操作人,默认就是用户uin
28264
+ r"""<p>操作人,默认就是用户uin</p>
28217
28265
  :rtype: str
28218
28266
  """
28219
28267
  return self._Operator
@@ -28224,7 +28272,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28224
28272
 
28225
28273
  @property
28226
28274
  def VoucherMainType(self):
28227
- r"""代金券主类型 has_price 为有价现金券 no_price 为无价代金券
28275
+ r"""<p>代金券主类型 has_price 为有价现金券 no_price 为无价代金券</p>
28228
28276
  :rtype: str
28229
28277
  """
28230
28278
  return self._VoucherMainType
@@ -28235,7 +28283,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28235
28283
 
28236
28284
  @property
28237
28285
  def VoucherSubType(self):
28238
- r"""代金券副类型 discount 为折扣券 deduct 为抵扣券
28286
+ r"""<p>代金券副类型 discount 为折扣券 deduct 为抵扣券</p>
28239
28287
  :rtype: str
28240
28288
  """
28241
28289
  return self._VoucherSubType
@@ -28246,7 +28294,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28246
28294
 
28247
28295
  @property
28248
28296
  def StartTimeFrom(self):
28249
- r"""券有效时间开始时间
28297
+ r"""<p>券有效时间开始时间</p>
28250
28298
  :rtype: str
28251
28299
  """
28252
28300
  return self._StartTimeFrom
@@ -28257,7 +28305,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28257
28305
 
28258
28306
  @property
28259
28307
  def StartTimeTo(self):
28260
- r"""券有效时间结束时间
28308
+ r"""<p>券有效时间结束时间</p>
28261
28309
  :rtype: str
28262
28310
  """
28263
28311
  return self._StartTimeTo
@@ -28268,7 +28316,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28268
28316
 
28269
28317
  @property
28270
28318
  def EndTimeFrom(self):
28271
- r"""券失效时间开始时间
28319
+ r"""<p>券失效时间开始时间</p>
28272
28320
  :rtype: str
28273
28321
  """
28274
28322
  return self._EndTimeFrom
@@ -28279,7 +28327,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28279
28327
 
28280
28328
  @property
28281
28329
  def EndTimeTo(self):
28282
- r"""券失效时间结束时间
28330
+ r"""<p>券失效时间结束时间</p>
28283
28331
  :rtype: str
28284
28332
  """
28285
28333
  return self._EndTimeTo
@@ -28290,7 +28338,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28290
28338
 
28291
28339
  @property
28292
28340
  def CreateTimeFrom(self):
28293
- r"""发券时间开始时间
28341
+ r"""<p>发券时间开始时间</p>
28294
28342
  :rtype: str
28295
28343
  """
28296
28344
  return self._CreateTimeFrom
@@ -28301,7 +28349,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28301
28349
 
28302
28350
  @property
28303
28351
  def CreateTimeTo(self):
28304
- r"""发券时间结束时间
28352
+ r"""<p>发券时间结束时间</p>
28305
28353
  :rtype: str
28306
28354
  """
28307
28355
  return self._CreateTimeTo
@@ -28310,6 +28358,17 @@ class DescribeVoucherInfoRequest(AbstractModel):
28310
28358
  def CreateTimeTo(self, CreateTimeTo):
28311
28359
  self._CreateTimeTo = CreateTimeTo
28312
28360
 
28361
+ @property
28362
+ def Lang(self):
28363
+ r"""<p>语言参数</p><p>默认值:zh</p><p>期望返回产品名称中文或其他语言,目前仅支持中文、英文;填&quot;zh&quot;或不填时返回中文,其他情况返回英文</p>
28364
+ :rtype: str
28365
+ """
28366
+ return self._Lang
28367
+
28368
+ @Lang.setter
28369
+ def Lang(self, Lang):
28370
+ self._Lang = Lang
28371
+
28313
28372
 
28314
28373
  def _deserialize(self, params):
28315
28374
  self._Limit = params.get("Limit")
@@ -28335,6 +28394,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
28335
28394
  self._EndTimeTo = params.get("EndTimeTo")
28336
28395
  self._CreateTimeFrom = params.get("CreateTimeFrom")
28337
28396
  self._CreateTimeTo = params.get("CreateTimeTo")
28397
+ self._Lang = params.get("Lang")
28338
28398
  memeber_set = set(params.keys())
28339
28399
  for name, value in vars(self).items():
28340
28400
  property_name = name[1:]
@@ -28352,11 +28412,11 @@ class DescribeVoucherInfoResponse(AbstractModel):
28352
28412
 
28353
28413
  def __init__(self):
28354
28414
  r"""
28355
- :param _TotalCount: 券总数
28415
+ :param _TotalCount: <p>券总数</p>
28356
28416
  :type TotalCount: int
28357
- :param _TotalBalance: 总余额(微分)
28417
+ :param _TotalBalance: <p>总余额(微分)</p>
28358
28418
  :type TotalBalance: int
28359
- :param _VoucherInfos: 代金券相关信息
28419
+ :param _VoucherInfos: <p>代金券相关信息</p>
28360
28420
  :type VoucherInfos: list of VoucherInfos
28361
28421
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
28362
28422
  :type RequestId: str
@@ -28368,7 +28428,7 @@ class DescribeVoucherInfoResponse(AbstractModel):
28368
28428
 
28369
28429
  @property
28370
28430
  def TotalCount(self):
28371
- r"""券总数
28431
+ r"""<p>券总数</p>
28372
28432
  :rtype: int
28373
28433
  """
28374
28434
  return self._TotalCount
@@ -28379,7 +28439,7 @@ class DescribeVoucherInfoResponse(AbstractModel):
28379
28439
 
28380
28440
  @property
28381
28441
  def TotalBalance(self):
28382
- r"""总余额(微分)
28442
+ r"""<p>总余额(微分)</p>
28383
28443
  :rtype: int
28384
28444
  """
28385
28445
  return self._TotalBalance
@@ -28390,7 +28450,7 @@ class DescribeVoucherInfoResponse(AbstractModel):
28390
28450
 
28391
28451
  @property
28392
28452
  def VoucherInfos(self):
28393
- r"""代金券相关信息
28453
+ r"""<p>代金券相关信息</p>
28394
28454
  :rtype: list of VoucherInfos
28395
28455
  """
28396
28456
  return self._VoucherInfos
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-billing
3
- Version: 3.1.53
3
+ Version: 3.1.73
4
4
  Summary: Tencent Cloud Billing SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.53
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.73
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.73
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.53