tencentcloud-sdk-python-billing 3.1.63__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.63 → tencentcloud_sdk_python_billing-3.1.73}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.73}/setup.py +1 -1
  3. {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud/billing/v20180709/models.py +79 -34
  5. {tencentcloud_sdk_python_billing-3.1.63 → 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.63/tencentcloud_sdk_python_billing.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.73}/README.rst +0 -0
  9. {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.73}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud/billing/__init__.py +0 -0
  11. {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud/billing/v20180709/__init__.py +0 -0
  12. {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud/billing/v20180709/billing_client.py +0 -0
  13. {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud/billing/v20180709/billing_client_async.py +0 -0
  14. {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud/billing/v20180709/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.73}/tencentcloud_sdk_python_billing.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_billing-3.1.63 → 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.63 → 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.63
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.63
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.63,<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.63'
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:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-billing
3
- Version: 3.1.63
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.63
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.63