tencentcloud-sdk-python-billing 3.0.1271__tar.gz → 3.0.1276__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 (16) hide show
  1. {tencentcloud-sdk-python-billing-3.0.1271 → tencentcloud-sdk-python-billing-3.0.1276}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-billing-3.0.1271 → tencentcloud-sdk-python-billing-3.0.1276}/setup.py +1 -1
  3. {tencentcloud-sdk-python-billing-3.0.1271 → tencentcloud-sdk-python-billing-3.0.1276}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-billing-3.0.1271 → tencentcloud-sdk-python-billing-3.0.1276}/tencentcloud/billing/v20180709/models.py +150 -120
  5. {tencentcloud-sdk-python-billing-3.0.1271 → tencentcloud-sdk-python-billing-3.0.1276}/tencentcloud_sdk_python_billing.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-billing-3.0.1276/tencentcloud_sdk_python_billing.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-billing-3.0.1271/tencentcloud_sdk_python_billing.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-billing-3.0.1271 → tencentcloud-sdk-python-billing-3.0.1276}/README.rst +0 -0
  9. {tencentcloud-sdk-python-billing-3.0.1271 → tencentcloud-sdk-python-billing-3.0.1276}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-billing-3.0.1271 → tencentcloud-sdk-python-billing-3.0.1276}/tencentcloud/billing/__init__.py +0 -0
  11. {tencentcloud-sdk-python-billing-3.0.1271 → tencentcloud-sdk-python-billing-3.0.1276}/tencentcloud/billing/v20180709/__init__.py +0 -0
  12. {tencentcloud-sdk-python-billing-3.0.1271 → tencentcloud-sdk-python-billing-3.0.1276}/tencentcloud/billing/v20180709/billing_client.py +0 -0
  13. {tencentcloud-sdk-python-billing-3.0.1271 → tencentcloud-sdk-python-billing-3.0.1276}/tencentcloud/billing/v20180709/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-billing-3.0.1271 → tencentcloud-sdk-python-billing-3.0.1276}/tencentcloud_sdk_python_billing.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-billing-3.0.1271 → tencentcloud-sdk-python-billing-3.0.1276}/tencentcloud_sdk_python_billing.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-billing-3.0.1271 → tencentcloud-sdk-python-billing-3.0.1276}/tencentcloud_sdk_python_billing.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-billing
3
- Version: 3.0.1271
3
+ Version: 3.0.1276
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
@@ -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.0.1271"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1276"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Billing SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1271'
17
+ __version__ = '3.0.1276'
@@ -328,13 +328,10 @@ class AllocationAverageData(AbstractModel):
328
328
  def __init__(self):
329
329
  r"""
330
330
  :param _BeginMonth: 起始月份
331
- 注意:此字段可能返回 null,表示取不到有效值。
332
331
  :type BeginMonth: str
333
332
  :param _EndMonth: 结束月份
334
- 注意:此字段可能返回 null,表示取不到有效值。
335
333
  :type EndMonth: str
336
334
  :param _RealTotalCost: 合计费用(折后总额)平均值
337
- 注意:此字段可能返回 null,表示取不到有效值。
338
335
  :type RealTotalCost: str
339
336
  """
340
337
  self._BeginMonth = None
@@ -344,7 +341,6 @@ class AllocationAverageData(AbstractModel):
344
341
  @property
345
342
  def BeginMonth(self):
346
343
  """起始月份
347
- 注意:此字段可能返回 null,表示取不到有效值。
348
344
  :rtype: str
349
345
  """
350
346
  return self._BeginMonth
@@ -356,7 +352,6 @@ class AllocationAverageData(AbstractModel):
356
352
  @property
357
353
  def EndMonth(self):
358
354
  """结束月份
359
- 注意:此字段可能返回 null,表示取不到有效值。
360
355
  :rtype: str
361
356
  """
362
357
  return self._EndMonth
@@ -368,7 +363,6 @@ class AllocationAverageData(AbstractModel):
368
363
  @property
369
364
  def RealTotalCost(self):
370
365
  """合计费用(折后总额)平均值
371
- 注意:此字段可能返回 null,表示取不到有效值。
372
366
  :rtype: str
373
367
  """
374
368
  return self._RealTotalCost
@@ -400,13 +394,10 @@ class AllocationBillTrendDetail(AbstractModel):
400
394
  def __init__(self):
401
395
  r"""
402
396
  :param _Month: 账单月份
403
- 注意:此字段可能返回 null,表示取不到有效值。
404
397
  :type Month: str
405
398
  :param _Name: 账单月份展示名称
406
- 注意:此字段可能返回 null,表示取不到有效值。
407
399
  :type Name: str
408
400
  :param _RealTotalCost: 合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)
409
- 注意:此字段可能返回 null,表示取不到有效值。
410
401
  :type RealTotalCost: str
411
402
  """
412
403
  self._Month = None
@@ -416,7 +407,6 @@ class AllocationBillTrendDetail(AbstractModel):
416
407
  @property
417
408
  def Month(self):
418
409
  """账单月份
419
- 注意:此字段可能返回 null,表示取不到有效值。
420
410
  :rtype: str
421
411
  """
422
412
  return self._Month
@@ -428,7 +418,6 @@ class AllocationBillTrendDetail(AbstractModel):
428
418
  @property
429
419
  def Name(self):
430
420
  """账单月份展示名称
431
- 注意:此字段可能返回 null,表示取不到有效值。
432
421
  :rtype: str
433
422
  """
434
423
  return self._Name
@@ -440,7 +429,6 @@ class AllocationBillTrendDetail(AbstractModel):
440
429
  @property
441
430
  def RealTotalCost(self):
442
431
  """合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)
443
- 注意:此字段可能返回 null,表示取不到有效值。
444
432
  :rtype: str
445
433
  """
446
434
  return self._RealTotalCost
@@ -5283,10 +5271,8 @@ class AnalyseActionTypeDetail(AbstractModel):
5283
5271
  def __init__(self):
5284
5272
  r"""
5285
5273
  :param _ActionType: 交易类型code
5286
- 注意:此字段可能返回 null,表示取不到有效值。
5287
5274
  :type ActionType: str
5288
5275
  :param _ActionTypeName: 交易类型Name
5289
- 注意:此字段可能返回 null,表示取不到有效值。
5290
5276
  :type ActionTypeName: str
5291
5277
  """
5292
5278
  self._ActionType = None
@@ -5295,7 +5281,6 @@ class AnalyseActionTypeDetail(AbstractModel):
5295
5281
  @property
5296
5282
  def ActionType(self):
5297
5283
  """交易类型code
5298
- 注意:此字段可能返回 null,表示取不到有效值。
5299
5284
  :rtype: str
5300
5285
  """
5301
5286
  return self._ActionType
@@ -5307,7 +5292,6 @@ class AnalyseActionTypeDetail(AbstractModel):
5307
5292
  @property
5308
5293
  def ActionTypeName(self):
5309
5294
  """交易类型Name
5310
- 注意:此字段可能返回 null,表示取不到有效值。
5311
5295
  :rtype: str
5312
5296
  """
5313
5297
  return self._ActionTypeName
@@ -5338,10 +5322,8 @@ class AnalyseAmountDetail(AbstractModel):
5338
5322
  def __init__(self):
5339
5323
  r"""
5340
5324
  :param _Key: 费用类型
5341
- 注意:此字段可能返回 null,表示取不到有效值。
5342
5325
  :type Key: str
5343
5326
  :param _Display: 是否展示
5344
- 注意:此字段可能返回 null,表示取不到有效值。
5345
5327
  :type Display: int
5346
5328
  """
5347
5329
  self._Key = None
@@ -5350,7 +5332,6 @@ class AnalyseAmountDetail(AbstractModel):
5350
5332
  @property
5351
5333
  def Key(self):
5352
5334
  """费用类型
5353
- 注意:此字段可能返回 null,表示取不到有效值。
5354
5335
  :rtype: str
5355
5336
  """
5356
5337
  return self._Key
@@ -5362,7 +5343,6 @@ class AnalyseAmountDetail(AbstractModel):
5362
5343
  @property
5363
5344
  def Display(self):
5364
5345
  """是否展示
5365
- 注意:此字段可能返回 null,表示取不到有效值。
5366
5346
  :rtype: int
5367
5347
  """
5368
5348
  return self._Display
@@ -5393,10 +5373,8 @@ class AnalyseBusinessDetail(AbstractModel):
5393
5373
  def __init__(self):
5394
5374
  r"""
5395
5375
  :param _BusinessCode: 产品码code
5396
- 注意:此字段可能返回 null,表示取不到有效值。
5397
5376
  :type BusinessCode: str
5398
5377
  :param _BusinessCodeName: 产品名称
5399
- 注意:此字段可能返回 null,表示取不到有效值。
5400
5378
  :type BusinessCodeName: str
5401
5379
  """
5402
5380
  self._BusinessCode = None
@@ -5405,7 +5383,6 @@ class AnalyseBusinessDetail(AbstractModel):
5405
5383
  @property
5406
5384
  def BusinessCode(self):
5407
5385
  """产品码code
5408
- 注意:此字段可能返回 null,表示取不到有效值。
5409
5386
  :rtype: str
5410
5387
  """
5411
5388
  return self._BusinessCode
@@ -5417,7 +5394,6 @@ class AnalyseBusinessDetail(AbstractModel):
5417
5394
  @property
5418
5395
  def BusinessCodeName(self):
5419
5396
  """产品名称
5420
- 注意:此字段可能返回 null,表示取不到有效值。
5421
5397
  :rtype: str
5422
5398
  """
5423
5399
  return self._BusinessCodeName
@@ -5645,31 +5621,22 @@ class AnalyseConditions(AbstractModel):
5645
5621
  def __init__(self):
5646
5622
  r"""
5647
5623
  :param _BusinessCodes: 产品名称代码
5648
- 注意:此字段可能返回 null,表示取不到有效值。
5649
5624
  :type BusinessCodes: str
5650
5625
  :param _ProductCodes: 子产品名称代码
5651
- 注意:此字段可能返回 null,表示取不到有效值。
5652
5626
  :type ProductCodes: str
5653
5627
  :param _ComponentCode: 组件类型代码
5654
- 注意:此字段可能返回 null,表示取不到有效值。
5655
5628
  :type ComponentCode: str
5656
5629
  :param _ZoneIds: 可用区ID:资源所属可用区ID
5657
- 注意:此字段可能返回 null,表示取不到有效值。
5658
5630
  :type ZoneIds: str
5659
5631
  :param _RegionIds: 地域ID:资源所属地域ID
5660
- 注意:此字段可能返回 null,表示取不到有效值。
5661
5632
  :type RegionIds: str
5662
5633
  :param _ProjectIds: 项目ID:资源所属项目ID
5663
- 注意:此字段可能返回 null,表示取不到有效值。
5664
5634
  :type ProjectIds: str
5665
5635
  :param _PayModes: 计费模式 prePay(表示包年包月)/postPay(表示按量计费)
5666
- 注意:此字段可能返回 null,表示取不到有效值。
5667
5636
  :type PayModes: str
5668
5637
  :param _ActionTypes: 交易类型,查询交易类型(请使用交易类型code入参)
5669
- 注意:此字段可能返回 null,表示取不到有效值。
5670
5638
  :type ActionTypes: str
5671
5639
  :param _Tags: 分账标签键
5672
- 注意:此字段可能返回 null,表示取不到有效值。
5673
5640
  :type Tags: str
5674
5641
  :param _FeeType: 费用类型,查询费用类型(请使用费用类型code入参)入参枚举如下:
5675
5642
  cashPayAmount:现金
@@ -5677,16 +5644,12 @@ incentivePayAmount:赠送金
5677
5644
  voucherPayAmount:优惠券
5678
5645
  tax:税金
5679
5646
  costBeforeTax:税前价
5680
- 注意:此字段可能返回 null,表示取不到有效值。
5681
5647
  :type FeeType: str
5682
5648
  :param _PayerUins: 查询成本分析数据的用户UIN
5683
- 注意:此字段可能返回 null,表示取不到有效值。
5684
5649
  :type PayerUins: str
5685
5650
  :param _OwnerUins: 使用资源的用户UIN
5686
- 注意:此字段可能返回 null,表示取不到有效值。
5687
5651
  :type OwnerUins: str
5688
5652
  :param _ConsumptionTypes: 消耗类型,查询消耗类型(请使用消耗类型code入参)
5689
- 注意:此字段可能返回 null,表示取不到有效值。
5690
5653
  :type ConsumptionTypes: str
5691
5654
  """
5692
5655
  self._BusinessCodes = None
@@ -5706,7 +5669,6 @@ costBeforeTax:税前价
5706
5669
  @property
5707
5670
  def BusinessCodes(self):
5708
5671
  """产品名称代码
5709
- 注意:此字段可能返回 null,表示取不到有效值。
5710
5672
  :rtype: str
5711
5673
  """
5712
5674
  return self._BusinessCodes
@@ -5718,7 +5680,6 @@ costBeforeTax:税前价
5718
5680
  @property
5719
5681
  def ProductCodes(self):
5720
5682
  """子产品名称代码
5721
- 注意:此字段可能返回 null,表示取不到有效值。
5722
5683
  :rtype: str
5723
5684
  """
5724
5685
  return self._ProductCodes
@@ -5730,7 +5691,6 @@ costBeforeTax:税前价
5730
5691
  @property
5731
5692
  def ComponentCode(self):
5732
5693
  """组件类型代码
5733
- 注意:此字段可能返回 null,表示取不到有效值。
5734
5694
  :rtype: str
5735
5695
  """
5736
5696
  return self._ComponentCode
@@ -5742,7 +5702,6 @@ costBeforeTax:税前价
5742
5702
  @property
5743
5703
  def ZoneIds(self):
5744
5704
  """可用区ID:资源所属可用区ID
5745
- 注意:此字段可能返回 null,表示取不到有效值。
5746
5705
  :rtype: str
5747
5706
  """
5748
5707
  return self._ZoneIds
@@ -5754,7 +5713,6 @@ costBeforeTax:税前价
5754
5713
  @property
5755
5714
  def RegionIds(self):
5756
5715
  """地域ID:资源所属地域ID
5757
- 注意:此字段可能返回 null,表示取不到有效值。
5758
5716
  :rtype: str
5759
5717
  """
5760
5718
  return self._RegionIds
@@ -5766,7 +5724,6 @@ costBeforeTax:税前价
5766
5724
  @property
5767
5725
  def ProjectIds(self):
5768
5726
  """项目ID:资源所属项目ID
5769
- 注意:此字段可能返回 null,表示取不到有效值。
5770
5727
  :rtype: str
5771
5728
  """
5772
5729
  return self._ProjectIds
@@ -5778,7 +5735,6 @@ costBeforeTax:税前价
5778
5735
  @property
5779
5736
  def PayModes(self):
5780
5737
  """计费模式 prePay(表示包年包月)/postPay(表示按量计费)
5781
- 注意:此字段可能返回 null,表示取不到有效值。
5782
5738
  :rtype: str
5783
5739
  """
5784
5740
  return self._PayModes
@@ -5790,7 +5746,6 @@ costBeforeTax:税前价
5790
5746
  @property
5791
5747
  def ActionTypes(self):
5792
5748
  """交易类型,查询交易类型(请使用交易类型code入参)
5793
- 注意:此字段可能返回 null,表示取不到有效值。
5794
5749
  :rtype: str
5795
5750
  """
5796
5751
  return self._ActionTypes
@@ -5802,7 +5757,6 @@ costBeforeTax:税前价
5802
5757
  @property
5803
5758
  def Tags(self):
5804
5759
  """分账标签键
5805
- 注意:此字段可能返回 null,表示取不到有效值。
5806
5760
  :rtype: str
5807
5761
  """
5808
5762
  return self._Tags
@@ -5819,7 +5773,6 @@ incentivePayAmount:赠送金
5819
5773
  voucherPayAmount:优惠券
5820
5774
  tax:税金
5821
5775
  costBeforeTax:税前价
5822
- 注意:此字段可能返回 null,表示取不到有效值。
5823
5776
  :rtype: str
5824
5777
  """
5825
5778
  return self._FeeType
@@ -5831,7 +5784,6 @@ costBeforeTax:税前价
5831
5784
  @property
5832
5785
  def PayerUins(self):
5833
5786
  """查询成本分析数据的用户UIN
5834
- 注意:此字段可能返回 null,表示取不到有效值。
5835
5787
  :rtype: str
5836
5788
  """
5837
5789
  return self._PayerUins
@@ -5843,7 +5795,6 @@ costBeforeTax:税前价
5843
5795
  @property
5844
5796
  def OwnerUins(self):
5845
5797
  """使用资源的用户UIN
5846
- 注意:此字段可能返回 null,表示取不到有效值。
5847
5798
  :rtype: str
5848
5799
  """
5849
5800
  return self._OwnerUins
@@ -5855,7 +5806,6 @@ costBeforeTax:税前价
5855
5806
  @property
5856
5807
  def ConsumptionTypes(self):
5857
5808
  """消耗类型,查询消耗类型(请使用消耗类型code入参)
5858
- 注意:此字段可能返回 null,表示取不到有效值。
5859
5809
  :rtype: str
5860
5810
  """
5861
5811
  return self._ConsumptionTypes
@@ -5970,13 +5920,10 @@ class AnalyseHeaderDetail(AbstractModel):
5970
5920
  def __init__(self):
5971
5921
  r"""
5972
5922
  :param _HeadDetail: 表头日期
5973
- 注意:此字段可能返回 null,表示取不到有效值。
5974
5923
  :type HeadDetail: list of AnalyseHeaderTimeDetail
5975
5924
  :param _Name: 时间
5976
- 注意:此字段可能返回 null,表示取不到有效值。
5977
5925
  :type Name: str
5978
5926
  :param _Total: 总计
5979
- 注意:此字段可能返回 null,表示取不到有效值。
5980
5927
  :type Total: str
5981
5928
  """
5982
5929
  self._HeadDetail = None
@@ -5986,7 +5933,6 @@ class AnalyseHeaderDetail(AbstractModel):
5986
5933
  @property
5987
5934
  def HeadDetail(self):
5988
5935
  """表头日期
5989
- 注意:此字段可能返回 null,表示取不到有效值。
5990
5936
  :rtype: list of AnalyseHeaderTimeDetail
5991
5937
  """
5992
5938
  return self._HeadDetail
@@ -5998,7 +5944,6 @@ class AnalyseHeaderDetail(AbstractModel):
5998
5944
  @property
5999
5945
  def Name(self):
6000
5946
  """时间
6001
- 注意:此字段可能返回 null,表示取不到有效值。
6002
5947
  :rtype: str
6003
5948
  """
6004
5949
  return self._Name
@@ -6010,7 +5955,6 @@ class AnalyseHeaderDetail(AbstractModel):
6010
5955
  @property
6011
5956
  def Total(self):
6012
5957
  """总计
6013
- 注意:此字段可能返回 null,表示取不到有效值。
6014
5958
  :rtype: str
6015
5959
  """
6016
5960
  return self._Total
@@ -6047,7 +5991,6 @@ class AnalyseHeaderTimeDetail(AbstractModel):
6047
5991
  def __init__(self):
6048
5992
  r"""
6049
5993
  :param _Name: 日期
6050
- 注意:此字段可能返回 null,表示取不到有效值。
6051
5994
  :type Name: str
6052
5995
  """
6053
5996
  self._Name = None
@@ -6055,7 +5998,6 @@ class AnalyseHeaderTimeDetail(AbstractModel):
6055
5998
  @property
6056
5999
  def Name(self):
6057
6000
  """日期
6058
- 注意:此字段可能返回 null,表示取不到有效值。
6059
6001
  :rtype: str
6060
6002
  """
6061
6003
  return self._Name
@@ -6085,7 +6027,6 @@ class AnalyseOwnerUinDetail(AbstractModel):
6085
6027
  def __init__(self):
6086
6028
  r"""
6087
6029
  :param _OwnerUin: 使用者uin
6088
- 注意:此字段可能返回 null,表示取不到有效值。
6089
6030
  :type OwnerUin: str
6090
6031
  """
6091
6032
  self._OwnerUin = None
@@ -6093,7 +6034,6 @@ class AnalyseOwnerUinDetail(AbstractModel):
6093
6034
  @property
6094
6035
  def OwnerUin(self):
6095
6036
  """使用者uin
6096
- 注意:此字段可能返回 null,表示取不到有效值。
6097
6037
  :rtype: str
6098
6038
  """
6099
6039
  return self._OwnerUin
@@ -6123,10 +6063,8 @@ class AnalysePayModeDetail(AbstractModel):
6123
6063
  def __init__(self):
6124
6064
  r"""
6125
6065
  :param _PayMode: 计费模式code
6126
- 注意:此字段可能返回 null,表示取不到有效值。
6127
6066
  :type PayMode: str
6128
6067
  :param _PayModeName: 计费模式Name
6129
- 注意:此字段可能返回 null,表示取不到有效值。
6130
6068
  :type PayModeName: str
6131
6069
  """
6132
6070
  self._PayMode = None
@@ -6135,7 +6073,6 @@ class AnalysePayModeDetail(AbstractModel):
6135
6073
  @property
6136
6074
  def PayMode(self):
6137
6075
  """计费模式code
6138
- 注意:此字段可能返回 null,表示取不到有效值。
6139
6076
  :rtype: str
6140
6077
  """
6141
6078
  return self._PayMode
@@ -6147,7 +6084,6 @@ class AnalysePayModeDetail(AbstractModel):
6147
6084
  @property
6148
6085
  def PayModeName(self):
6149
6086
  """计费模式Name
6150
- 注意:此字段可能返回 null,表示取不到有效值。
6151
6087
  :rtype: str
6152
6088
  """
6153
6089
  return self._PayModeName
@@ -6178,10 +6114,8 @@ class AnalyseProjectDetail(AbstractModel):
6178
6114
  def __init__(self):
6179
6115
  r"""
6180
6116
  :param _ProjectId: 项目id
6181
- 注意:此字段可能返回 null,表示取不到有效值。
6182
6117
  :type ProjectId: str
6183
6118
  :param _ProjectName: 默认项目
6184
- 注意:此字段可能返回 null,表示取不到有效值。
6185
6119
  :type ProjectName: str
6186
6120
  """
6187
6121
  self._ProjectId = None
@@ -6190,7 +6124,6 @@ class AnalyseProjectDetail(AbstractModel):
6190
6124
  @property
6191
6125
  def ProjectId(self):
6192
6126
  """项目id
6193
- 注意:此字段可能返回 null,表示取不到有效值。
6194
6127
  :rtype: str
6195
6128
  """
6196
6129
  return self._ProjectId
@@ -6202,7 +6135,6 @@ class AnalyseProjectDetail(AbstractModel):
6202
6135
  @property
6203
6136
  def ProjectName(self):
6204
6137
  """默认项目
6205
- 注意:此字段可能返回 null,表示取不到有效值。
6206
6138
  :rtype: str
6207
6139
  """
6208
6140
  return self._ProjectName
@@ -6233,10 +6165,8 @@ class AnalyseRegionDetail(AbstractModel):
6233
6165
  def __init__(self):
6234
6166
  r"""
6235
6167
  :param _RegionId: 地域id
6236
- 注意:此字段可能返回 null,表示取不到有效值。
6237
6168
  :type RegionId: str
6238
6169
  :param _RegionName: 地域名称
6239
- 注意:此字段可能返回 null,表示取不到有效值。
6240
6170
  :type RegionName: str
6241
6171
  """
6242
6172
  self._RegionId = None
@@ -6245,7 +6175,6 @@ class AnalyseRegionDetail(AbstractModel):
6245
6175
  @property
6246
6176
  def RegionId(self):
6247
6177
  """地域id
6248
- 注意:此字段可能返回 null,表示取不到有效值。
6249
6178
  :rtype: str
6250
6179
  """
6251
6180
  return self._RegionId
@@ -6257,7 +6186,6 @@ class AnalyseRegionDetail(AbstractModel):
6257
6186
  @property
6258
6187
  def RegionName(self):
6259
6188
  """地域名称
6260
- 注意:此字段可能返回 null,表示取不到有效值。
6261
6189
  :rtype: str
6262
6190
  """
6263
6191
  return self._RegionName
@@ -6288,10 +6216,8 @@ class AnalyseTimeDetail(AbstractModel):
6288
6216
  def __init__(self):
6289
6217
  r"""
6290
6218
  :param _Time: 日期
6291
- 注意:此字段可能返回 null,表示取不到有效值。
6292
6219
  :type Time: str
6293
6220
  :param _Money: 金额
6294
- 注意:此字段可能返回 null,表示取不到有效值。
6295
6221
  :type Money: str
6296
6222
  """
6297
6223
  self._Time = None
@@ -6300,7 +6226,6 @@ class AnalyseTimeDetail(AbstractModel):
6300
6226
  @property
6301
6227
  def Time(self):
6302
6228
  """日期
6303
- 注意:此字段可能返回 null,表示取不到有效值。
6304
6229
  :rtype: str
6305
6230
  """
6306
6231
  return self._Time
@@ -6312,7 +6237,6 @@ class AnalyseTimeDetail(AbstractModel):
6312
6237
  @property
6313
6238
  def Money(self):
6314
6239
  """金额
6315
- 注意:此字段可能返回 null,表示取不到有效值。
6316
6240
  :rtype: str
6317
6241
  """
6318
6242
  return self._Money
@@ -6343,10 +6267,8 @@ class AnalyseZoneDetail(AbstractModel):
6343
6267
  def __init__(self):
6344
6268
  r"""
6345
6269
  :param _ZoneId: 可用区id
6346
- 注意:此字段可能返回 null,表示取不到有效值。
6347
6270
  :type ZoneId: str
6348
6271
  :param _ZoneName: 可用区Name
6349
- 注意:此字段可能返回 null,表示取不到有效值。
6350
6272
  :type ZoneName: str
6351
6273
  """
6352
6274
  self._ZoneId = None
@@ -6355,7 +6277,6 @@ class AnalyseZoneDetail(AbstractModel):
6355
6277
  @property
6356
6278
  def ZoneId(self):
6357
6279
  """可用区id
6358
- 注意:此字段可能返回 null,表示取不到有效值。
6359
6280
  :rtype: str
6360
6281
  """
6361
6282
  return self._ZoneId
@@ -6367,7 +6288,6 @@ class AnalyseZoneDetail(AbstractModel):
6367
6288
  @property
6368
6289
  def ZoneName(self):
6369
6290
  """可用区Name
6370
- 注意:此字段可能返回 null,表示取不到有效值。
6371
6291
  :rtype: str
6372
6292
  """
6373
6293
  return self._ZoneName
@@ -6556,11 +6476,39 @@ class BillBusinessLink(AbstractModel):
6556
6476
 
6557
6477
  def __init__(self):
6558
6478
  r"""
6479
+ :param _BusinessCode: 产品编码
6480
+ :type BusinessCode: str
6481
+ :param _BusinessCodeName: 产品名称
6482
+ :type BusinessCodeName: str
6559
6483
  :param _Children: 子产品
6560
6484
  :type Children: list of BillProductLink
6561
6485
  """
6486
+ self._BusinessCode = None
6487
+ self._BusinessCodeName = None
6562
6488
  self._Children = None
6563
6489
 
6490
+ @property
6491
+ def BusinessCode(self):
6492
+ """产品编码
6493
+ :rtype: str
6494
+ """
6495
+ return self._BusinessCode
6496
+
6497
+ @BusinessCode.setter
6498
+ def BusinessCode(self, BusinessCode):
6499
+ self._BusinessCode = BusinessCode
6500
+
6501
+ @property
6502
+ def BusinessCodeName(self):
6503
+ """产品名称
6504
+ :rtype: str
6505
+ """
6506
+ return self._BusinessCodeName
6507
+
6508
+ @BusinessCodeName.setter
6509
+ def BusinessCodeName(self, BusinessCodeName):
6510
+ self._BusinessCodeName = BusinessCodeName
6511
+
6564
6512
  @property
6565
6513
  def Children(self):
6566
6514
  """子产品
@@ -6574,6 +6522,8 @@ class BillBusinessLink(AbstractModel):
6574
6522
 
6575
6523
 
6576
6524
  def _deserialize(self, params):
6525
+ self._BusinessCode = params.get("BusinessCode")
6526
+ self._BusinessCodeName = params.get("BusinessCodeName")
6577
6527
  if params.get("Children") is not None:
6578
6528
  self._Children = []
6579
6529
  for item in params.get("Children"):
@@ -6773,6 +6723,12 @@ class BillDetail(AbstractModel):
6773
6723
  :param _ReserveDetail: 备注属性(实例配置):其他备注信息,如预留实例的预留实例类型和交易类型、CCN 产品的两端地域信息
6774
6724
  注意:此字段可能返回 null,表示取不到有效值。
6775
6725
  :type ReserveDetail: str
6726
+ :param _DiscountObject: 优惠对象
6727
+ :type DiscountObject: str
6728
+ :param _DiscountType: 优惠类型
6729
+ :type DiscountType: str
6730
+ :param _DiscountContent: 优惠内容
6731
+ :type DiscountContent: str
6776
6732
  """
6777
6733
  self._BusinessCodeName = None
6778
6734
  self._ProductCodeName = None
@@ -6808,6 +6764,9 @@ class BillDetail(AbstractModel):
6808
6764
  self._RegionType = None
6809
6765
  self._RegionTypeName = None
6810
6766
  self._ReserveDetail = None
6767
+ self._DiscountObject = None
6768
+ self._DiscountType = None
6769
+ self._DiscountContent = None
6811
6770
 
6812
6771
  @property
6813
6772
  def BusinessCodeName(self):
@@ -7198,6 +7157,39 @@ class BillDetail(AbstractModel):
7198
7157
  def ReserveDetail(self, ReserveDetail):
7199
7158
  self._ReserveDetail = ReserveDetail
7200
7159
 
7160
+ @property
7161
+ def DiscountObject(self):
7162
+ """优惠对象
7163
+ :rtype: str
7164
+ """
7165
+ return self._DiscountObject
7166
+
7167
+ @DiscountObject.setter
7168
+ def DiscountObject(self, DiscountObject):
7169
+ self._DiscountObject = DiscountObject
7170
+
7171
+ @property
7172
+ def DiscountType(self):
7173
+ """优惠类型
7174
+ :rtype: str
7175
+ """
7176
+ return self._DiscountType
7177
+
7178
+ @DiscountType.setter
7179
+ def DiscountType(self, DiscountType):
7180
+ self._DiscountType = DiscountType
7181
+
7182
+ @property
7183
+ def DiscountContent(self):
7184
+ """优惠内容
7185
+ :rtype: str
7186
+ """
7187
+ return self._DiscountContent
7188
+
7189
+ @DiscountContent.setter
7190
+ def DiscountContent(self, DiscountContent):
7191
+ self._DiscountContent = DiscountContent
7192
+
7201
7193
 
7202
7194
  def _deserialize(self, params):
7203
7195
  self._BusinessCodeName = params.get("BusinessCodeName")
@@ -7246,6 +7238,9 @@ class BillDetail(AbstractModel):
7246
7238
  self._RegionType = params.get("RegionType")
7247
7239
  self._RegionTypeName = params.get("RegionTypeName")
7248
7240
  self._ReserveDetail = params.get("ReserveDetail")
7241
+ self._DiscountObject = params.get("DiscountObject")
7242
+ self._DiscountType = params.get("DiscountType")
7243
+ self._DiscountContent = params.get("DiscountContent")
7249
7244
  memeber_set = set(params.keys())
7250
7245
  for name, value in vars(self).items():
7251
7246
  property_name = name[1:]
@@ -8837,6 +8832,77 @@ class BillProductLink(AbstractModel):
8837
8832
 
8838
8833
  """
8839
8834
 
8835
+ def __init__(self):
8836
+ r"""
8837
+ :param _ProductCode: 子产品编码
8838
+ 注意:此字段可能返回 null,表示取不到有效值。
8839
+ :type ProductCode: str
8840
+ :param _ProductCodeName: 子产品名称
8841
+ 注意:此字段可能返回 null,表示取不到有效值。
8842
+ :type ProductCodeName: str
8843
+ :param _Children: 组件名称
8844
+ 注意:此字段可能返回 null,表示取不到有效值。
8845
+ :type Children: list of BillItem
8846
+ """
8847
+ self._ProductCode = None
8848
+ self._ProductCodeName = None
8849
+ self._Children = None
8850
+
8851
+ @property
8852
+ def ProductCode(self):
8853
+ """子产品编码
8854
+ 注意:此字段可能返回 null,表示取不到有效值。
8855
+ :rtype: str
8856
+ """
8857
+ return self._ProductCode
8858
+
8859
+ @ProductCode.setter
8860
+ def ProductCode(self, ProductCode):
8861
+ self._ProductCode = ProductCode
8862
+
8863
+ @property
8864
+ def ProductCodeName(self):
8865
+ """子产品名称
8866
+ 注意:此字段可能返回 null,表示取不到有效值。
8867
+ :rtype: str
8868
+ """
8869
+ return self._ProductCodeName
8870
+
8871
+ @ProductCodeName.setter
8872
+ def ProductCodeName(self, ProductCodeName):
8873
+ self._ProductCodeName = ProductCodeName
8874
+
8875
+ @property
8876
+ def Children(self):
8877
+ """组件名称
8878
+ 注意:此字段可能返回 null,表示取不到有效值。
8879
+ :rtype: list of BillItem
8880
+ """
8881
+ return self._Children
8882
+
8883
+ @Children.setter
8884
+ def Children(self, Children):
8885
+ self._Children = Children
8886
+
8887
+
8888
+ def _deserialize(self, params):
8889
+ self._ProductCode = params.get("ProductCode")
8890
+ self._ProductCodeName = params.get("ProductCodeName")
8891
+ if params.get("Children") is not None:
8892
+ self._Children = []
8893
+ for item in params.get("Children"):
8894
+ obj = BillItem()
8895
+ obj._deserialize(item)
8896
+ self._Children.append(obj)
8897
+ memeber_set = set(params.keys())
8898
+ for name, value in vars(self).items():
8899
+ property_name = name[1:]
8900
+ if property_name in memeber_set:
8901
+ memeber_set.remove(property_name)
8902
+ if len(memeber_set) > 0:
8903
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
8904
+
8905
+
8840
8906
 
8841
8907
  class BillProject(AbstractModel):
8842
8908
  """项目筛选列表
@@ -21005,7 +21071,7 @@ class DescribeCostSummaryByProjectResponse(AbstractModel):
21005
21071
  :type Total: :class:`tencentcloud.billing.v20180709.models.ConsumptionSummaryTotal`
21006
21072
  :param _Data: 消耗按业务汇总详情
21007
21073
  :type Data: list of ConsumptionProjectSummaryDataItem
21008
- :param _RecordNum: 记录数量,NeedRecordNum为0是返回null
21074
+ :param _RecordNum: 记录数量,NeedRecordNum为0时返回null
21009
21075
  :type RecordNum: int
21010
21076
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21011
21077
  :type RequestId: str
@@ -21051,7 +21117,7 @@ class DescribeCostSummaryByProjectResponse(AbstractModel):
21051
21117
 
21052
21118
  @property
21053
21119
  def RecordNum(self):
21054
- """记录数量,NeedRecordNum为0是返回null
21120
+ """记录数量,NeedRecordNum为0时返回null
21055
21121
  :rtype: int
21056
21122
  """
21057
21123
  return self._RecordNum
@@ -21211,7 +21277,7 @@ class DescribeCostSummaryByRegionResponse(AbstractModel):
21211
21277
  :type Total: :class:`tencentcloud.billing.v20180709.models.ConsumptionSummaryTotal`
21212
21278
  :param _Data: 消耗按地域汇总详情
21213
21279
  :type Data: list of ConsumptionRegionSummaryDataItem
21214
- :param _RecordNum: 记录数量,NeedRecordNum为0是返回null
21280
+ :param _RecordNum: 记录数量,NeedRecordNum为0时返回null
21215
21281
  注意:此字段可能返回 null,表示取不到有效值。
21216
21282
  :type RecordNum: int
21217
21283
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -21258,7 +21324,7 @@ class DescribeCostSummaryByRegionResponse(AbstractModel):
21258
21324
 
21259
21325
  @property
21260
21326
  def RecordNum(self):
21261
- """记录数量,NeedRecordNum为0是返回null
21327
+ """记录数量,NeedRecordNum为0时返回null
21262
21328
  注意:此字段可能返回 null,表示取不到有效值。
21263
21329
  :rtype: int
21264
21330
  """
@@ -24166,7 +24232,6 @@ class DescribeVoucherInfoResponse(AbstractModel):
24166
24232
  :param _TotalBalance: 总余额(微分)
24167
24233
  :type TotalBalance: int
24168
24234
  :param _VoucherInfos: 代金券相关信息
24169
- 注意:此字段可能返回 null,表示取不到有效值。
24170
24235
  :type VoucherInfos: list of VoucherInfos
24171
24236
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24172
24237
  :type RequestId: str
@@ -24201,7 +24266,6 @@ class DescribeVoucherInfoResponse(AbstractModel):
24201
24266
  @property
24202
24267
  def VoucherInfos(self):
24203
24268
  """代金券相关信息
24204
- 注意:此字段可能返回 null,表示取不到有效值。
24205
24269
  :rtype: list of VoucherInfos
24206
24270
  """
24207
24271
  return self._VoucherInfos
@@ -24327,7 +24391,6 @@ class DescribeVoucherUsageDetailsResponse(AbstractModel):
24327
24391
  :param _TotalUsedAmount: 总已用金额(微分)
24328
24392
  :type TotalUsedAmount: int
24329
24393
  :param _UsageRecords: 代金券使用记录细节
24330
- 注意:此字段可能返回 null,表示取不到有效值。
24331
24394
  :type UsageRecords: list of UsageRecords
24332
24395
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24333
24396
  :type RequestId: str
@@ -24362,7 +24425,6 @@ class DescribeVoucherUsageDetailsResponse(AbstractModel):
24362
24425
  @property
24363
24426
  def UsageRecords(self):
24364
24427
  """代金券使用记录细节
24365
- 注意:此字段可能返回 null,表示取不到有效值。
24366
24428
  :rtype: list of UsageRecords
24367
24429
  """
24368
24430
  return self._UsageRecords
@@ -27565,34 +27627,24 @@ class UsageDetails(AbstractModel):
27565
27627
  def __init__(self):
27566
27628
  r"""
27567
27629
  :param _ProductName: 商品名
27568
- 注意:此字段可能返回 null,表示取不到有效值。
27569
27630
  :type ProductName: str
27570
27631
  :param _SubProductName: 商品细节
27571
- 注意:此字段可能返回 null,表示取不到有效值。
27572
27632
  :type SubProductName: str
27573
27633
  :param _ProductCode: 产品码
27574
- 注意:此字段可能返回 null,表示取不到有效值。
27575
27634
  :type ProductCode: str
27576
27635
  :param _SubProductCode: 子产品码
27577
- 注意:此字段可能返回 null,表示取不到有效值。
27578
27636
  :type SubProductCode: str
27579
27637
  :param _BillingItemCode: 计费项码
27580
- 注意:此字段可能返回 null,表示取不到有效值。
27581
27638
  :type BillingItemCode: str
27582
27639
  :param _SubBillingItemCode: 计费细项码
27583
- 注意:此字段可能返回 null,表示取不到有效值。
27584
27640
  :type SubBillingItemCode: str
27585
27641
  :param _ProductEnName: 产品英文名
27586
- 注意:此字段可能返回 null,表示取不到有效值。
27587
27642
  :type ProductEnName: str
27588
27643
  :param _SubProductEnName: 子产品英文名
27589
- 注意:此字段可能返回 null,表示取不到有效值。
27590
27644
  :type SubProductEnName: str
27591
27645
  :param _CalcUnit: 结算周期
27592
- 注意:此字段可能返回 null,表示取不到有效值。
27593
27646
  :type CalcUnit: str
27594
27647
  :param _Action: payMode为prepay 且 payScene为common的情况下存在
27595
- 注意:此字段可能返回 null,表示取不到有效值。
27596
27648
  :type Action: str
27597
27649
  """
27598
27650
  self._ProductName = None
@@ -27609,7 +27661,6 @@ class UsageDetails(AbstractModel):
27609
27661
  @property
27610
27662
  def ProductName(self):
27611
27663
  """商品名
27612
- 注意:此字段可能返回 null,表示取不到有效值。
27613
27664
  :rtype: str
27614
27665
  """
27615
27666
  return self._ProductName
@@ -27621,7 +27672,6 @@ class UsageDetails(AbstractModel):
27621
27672
  @property
27622
27673
  def SubProductName(self):
27623
27674
  """商品细节
27624
- 注意:此字段可能返回 null,表示取不到有效值。
27625
27675
  :rtype: str
27626
27676
  """
27627
27677
  return self._SubProductName
@@ -27633,7 +27683,6 @@ class UsageDetails(AbstractModel):
27633
27683
  @property
27634
27684
  def ProductCode(self):
27635
27685
  """产品码
27636
- 注意:此字段可能返回 null,表示取不到有效值。
27637
27686
  :rtype: str
27638
27687
  """
27639
27688
  return self._ProductCode
@@ -27645,7 +27694,6 @@ class UsageDetails(AbstractModel):
27645
27694
  @property
27646
27695
  def SubProductCode(self):
27647
27696
  """子产品码
27648
- 注意:此字段可能返回 null,表示取不到有效值。
27649
27697
  :rtype: str
27650
27698
  """
27651
27699
  return self._SubProductCode
@@ -27657,7 +27705,6 @@ class UsageDetails(AbstractModel):
27657
27705
  @property
27658
27706
  def BillingItemCode(self):
27659
27707
  """计费项码
27660
- 注意:此字段可能返回 null,表示取不到有效值。
27661
27708
  :rtype: str
27662
27709
  """
27663
27710
  return self._BillingItemCode
@@ -27669,7 +27716,6 @@ class UsageDetails(AbstractModel):
27669
27716
  @property
27670
27717
  def SubBillingItemCode(self):
27671
27718
  """计费细项码
27672
- 注意:此字段可能返回 null,表示取不到有效值。
27673
27719
  :rtype: str
27674
27720
  """
27675
27721
  return self._SubBillingItemCode
@@ -27681,7 +27727,6 @@ class UsageDetails(AbstractModel):
27681
27727
  @property
27682
27728
  def ProductEnName(self):
27683
27729
  """产品英文名
27684
- 注意:此字段可能返回 null,表示取不到有效值。
27685
27730
  :rtype: str
27686
27731
  """
27687
27732
  return self._ProductEnName
@@ -27693,7 +27738,6 @@ class UsageDetails(AbstractModel):
27693
27738
  @property
27694
27739
  def SubProductEnName(self):
27695
27740
  """子产品英文名
27696
- 注意:此字段可能返回 null,表示取不到有效值。
27697
27741
  :rtype: str
27698
27742
  """
27699
27743
  return self._SubProductEnName
@@ -27705,7 +27749,6 @@ class UsageDetails(AbstractModel):
27705
27749
  @property
27706
27750
  def CalcUnit(self):
27707
27751
  """结算周期
27708
- 注意:此字段可能返回 null,表示取不到有效值。
27709
27752
  :rtype: str
27710
27753
  """
27711
27754
  return self._CalcUnit
@@ -27717,7 +27760,6 @@ class UsageDetails(AbstractModel):
27717
27760
  @property
27718
27761
  def Action(self):
27719
27762
  """payMode为prepay 且 payScene为common的情况下存在
27720
- 注意:此字段可能返回 null,表示取不到有效值。
27721
27763
  :rtype: str
27722
27764
  """
27723
27765
  return self._Action
@@ -27760,18 +27802,14 @@ class UsageRecords(AbstractModel):
27760
27802
  :param _UsedTime: 使用时间
27761
27803
  :type UsedTime: str
27762
27804
  :param _UsageDetails: 使用记录细节
27763
- 注意:此字段可能返回 null,表示取不到有效值。
27764
27805
  :type UsageDetails: list of UsageDetails
27765
27806
  :param _PayMode: 付费模式
27766
27807
  :type PayMode: str
27767
27808
  :param _VoucherId: 查询的券id
27768
- 注意:此字段可能返回 null,表示取不到有效值。
27769
27809
  :type VoucherId: str
27770
27810
  :param _PayScene: 交易场景:(adjust:调账、common:正常交易场景)
27771
- 注意:此字段可能返回 null,表示取不到有效值。
27772
27811
  :type PayScene: str
27773
27812
  :param _SeqId: 唯一id,对应交易:预付费的dealName,调账/后付费的outTradeNo
27774
- 注意:此字段可能返回 null,表示取不到有效值。
27775
27813
  :type SeqId: str
27776
27814
  """
27777
27815
  self._UsedAmount = None
@@ -27807,7 +27845,6 @@ class UsageRecords(AbstractModel):
27807
27845
  @property
27808
27846
  def UsageDetails(self):
27809
27847
  """使用记录细节
27810
- 注意:此字段可能返回 null,表示取不到有效值。
27811
27848
  :rtype: list of UsageDetails
27812
27849
  """
27813
27850
  return self._UsageDetails
@@ -27830,7 +27867,6 @@ class UsageRecords(AbstractModel):
27830
27867
  @property
27831
27868
  def VoucherId(self):
27832
27869
  """查询的券id
27833
- 注意:此字段可能返回 null,表示取不到有效值。
27834
27870
  :rtype: str
27835
27871
  """
27836
27872
  return self._VoucherId
@@ -27842,7 +27878,6 @@ class UsageRecords(AbstractModel):
27842
27878
  @property
27843
27879
  def PayScene(self):
27844
27880
  """交易场景:(adjust:调账、common:正常交易场景)
27845
- 注意:此字段可能返回 null,表示取不到有效值。
27846
27881
  :rtype: str
27847
27882
  """
27848
27883
  return self._PayScene
@@ -27854,7 +27889,6 @@ class UsageRecords(AbstractModel):
27854
27889
  @property
27855
27890
  def SeqId(self):
27856
27891
  """唯一id,对应交易:预付费的dealName,调账/后付费的outTradeNo
27857
- 注意:此字段可能返回 null,表示取不到有效值。
27858
27892
  :rtype: str
27859
27893
  """
27860
27894
  return self._SeqId
@@ -27913,10 +27947,8 @@ class VoucherInfos(AbstractModel):
27913
27947
  :param _EndTime: 有效期截止时间
27914
27948
  :type EndTime: str
27915
27949
  :param _ApplicableProducts: 适用商品信息
27916
- 注意:此字段可能返回 null,表示取不到有效值。
27917
27950
  :type ApplicableProducts: :class:`tencentcloud.billing.v20180709.models.ApplicableProducts`
27918
27951
  :param _ExcludedProducts: 不适用商品信息
27919
- 注意:此字段可能返回 null,表示取不到有效值。
27920
27952
  :type ExcludedProducts: list of ExcludedProducts
27921
27953
  """
27922
27954
  self._OwnerUin = None
@@ -28033,7 +28065,6 @@ class VoucherInfos(AbstractModel):
28033
28065
  @property
28034
28066
  def ApplicableProducts(self):
28035
28067
  """适用商品信息
28036
- 注意:此字段可能返回 null,表示取不到有效值。
28037
28068
  :rtype: :class:`tencentcloud.billing.v20180709.models.ApplicableProducts`
28038
28069
  """
28039
28070
  return self._ApplicableProducts
@@ -28045,7 +28076,6 @@ class VoucherInfos(AbstractModel):
28045
28076
  @property
28046
28077
  def ExcludedProducts(self):
28047
28078
  """不适用商品信息
28048
- 注意:此字段可能返回 null,表示取不到有效值。
28049
28079
  :rtype: list of ExcludedProducts
28050
28080
  """
28051
28081
  return self._ExcludedProducts
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-billing
3
- Version: 3.0.1271
3
+ Version: 3.0.1276
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1276
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1271