tencentcloud-sdk-python-billing 3.0.1060__tar.gz → 3.0.1067__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.1060 → tencentcloud-sdk-python-billing-3.0.1067}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-billing-3.0.1060 → tencentcloud-sdk-python-billing-3.0.1067}/setup.py +1 -1
  3. {tencentcloud-sdk-python-billing-3.0.1060 → tencentcloud-sdk-python-billing-3.0.1067}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-billing-3.0.1060 → tencentcloud-sdk-python-billing-3.0.1067}/tencentcloud/billing/v20180709/models.py +27 -0
  5. {tencentcloud-sdk-python-billing-3.0.1060 → tencentcloud-sdk-python-billing-3.0.1067}/tencentcloud_sdk_python_billing.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-billing-3.0.1067/tencentcloud_sdk_python_billing.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-billing-3.0.1060/tencentcloud_sdk_python_billing.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-billing-3.0.1060 → tencentcloud-sdk-python-billing-3.0.1067}/README.rst +0 -0
  9. {tencentcloud-sdk-python-billing-3.0.1060 → tencentcloud-sdk-python-billing-3.0.1067}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-billing-3.0.1060 → tencentcloud-sdk-python-billing-3.0.1067}/tencentcloud/billing/__init__.py +0 -0
  11. {tencentcloud-sdk-python-billing-3.0.1060 → tencentcloud-sdk-python-billing-3.0.1067}/tencentcloud/billing/v20180709/__init__.py +0 -0
  12. {tencentcloud-sdk-python-billing-3.0.1060 → tencentcloud-sdk-python-billing-3.0.1067}/tencentcloud/billing/v20180709/billing_client.py +0 -0
  13. {tencentcloud-sdk-python-billing-3.0.1060 → tencentcloud-sdk-python-billing-3.0.1067}/tencentcloud/billing/v20180709/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-billing-3.0.1060 → tencentcloud-sdk-python-billing-3.0.1067}/tencentcloud_sdk_python_billing.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-billing-3.0.1060 → tencentcloud-sdk-python-billing-3.0.1067}/tencentcloud_sdk_python_billing.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-billing-3.0.1060 → tencentcloud-sdk-python-billing-3.0.1067}/tencentcloud_sdk_python_billing.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-billing
3
- Version: 3.0.1060
3
+ Version: 3.0.1067
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.1060"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1067"],
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.1060'
17
+ __version__ = '3.0.1067'
@@ -283,6 +283,9 @@ class BillDetail(AbstractModel):
283
283
  :param _BillMonth: 账单归属月
284
284
  注意:此字段可能返回 null,表示取不到有效值。
285
285
  :type BillMonth: str
286
+ :param _Id: 账单记录ID
287
+ 注意:此字段可能返回 null,表示取不到有效值。
288
+ :type Id: str
286
289
  """
287
290
  self._BusinessCodeName = None
288
291
  self._ProductCodeName = None
@@ -314,6 +317,7 @@ class BillDetail(AbstractModel):
314
317
  self._FormulaUrl = None
315
318
  self._BillDay = None
316
319
  self._BillMonth = None
320
+ self._Id = None
317
321
 
318
322
  @property
319
323
  def BusinessCodeName(self):
@@ -555,6 +559,14 @@ class BillDetail(AbstractModel):
555
559
  def BillMonth(self, BillMonth):
556
560
  self._BillMonth = BillMonth
557
561
 
562
+ @property
563
+ def Id(self):
564
+ return self._Id
565
+
566
+ @Id.setter
567
+ def Id(self, Id):
568
+ self._Id = Id
569
+
558
570
 
559
571
  def _deserialize(self, params):
560
572
  self._BusinessCodeName = params.get("BusinessCodeName")
@@ -599,6 +611,7 @@ class BillDetail(AbstractModel):
599
611
  self._FormulaUrl = params.get("FormulaUrl")
600
612
  self._BillDay = params.get("BillDay")
601
613
  self._BillMonth = params.get("BillMonth")
614
+ self._Id = params.get("Id")
602
615
  memeber_set = set(params.keys())
603
616
  for name, value in vars(self).items():
604
617
  property_name = name[1:]
@@ -8848,6 +8861,8 @@ cdn业务:
8848
8861
  10227 视频直播带宽(国内)
8849
8862
  100763 视频直播流量(海外)
8850
8863
  100762 视频直播宽带(海外)
8864
+
8865
+ 仅支持以上产品
8851
8866
  :type ProductCode: str
8852
8867
  :param _Domain: 查询域名 例如 www.qq.com
8853
8868
  非CDN业务查询时传入空字符串,返回的值为空
@@ -8855,12 +8870,15 @@ cdn业务:
8855
8870
  :param _InstanceID: 1、如果为空,则返回EIP或CLB所有实例的明细;
8856
8871
  2、如果传入实例名,则返回该实例明细
8857
8872
  :type InstanceID: str
8873
+ :param _PayerUin: 支付者的账号 ID(账号 ID 是用户在腾讯云的唯一账号标识),默认查询本账号账单,如集团管理账号需查询成员账号自付的账单,该字段需入参成员账号UIN
8874
+ :type PayerUin: str
8858
8875
  """
8859
8876
  self._StartDate = None
8860
8877
  self._EndDate = None
8861
8878
  self._ProductCode = None
8862
8879
  self._Domain = None
8863
8880
  self._InstanceID = None
8881
+ self._PayerUin = None
8864
8882
 
8865
8883
  @property
8866
8884
  def StartDate(self):
@@ -8902,6 +8920,14 @@ cdn业务:
8902
8920
  def InstanceID(self, InstanceID):
8903
8921
  self._InstanceID = InstanceID
8904
8922
 
8923
+ @property
8924
+ def PayerUin(self):
8925
+ return self._PayerUin
8926
+
8927
+ @PayerUin.setter
8928
+ def PayerUin(self, PayerUin):
8929
+ self._PayerUin = PayerUin
8930
+
8905
8931
 
8906
8932
  def _deserialize(self, params):
8907
8933
  self._StartDate = params.get("StartDate")
@@ -8909,6 +8935,7 @@ cdn业务:
8909
8935
  self._ProductCode = params.get("ProductCode")
8910
8936
  self._Domain = params.get("Domain")
8911
8937
  self._InstanceID = params.get("InstanceID")
8938
+ self._PayerUin = params.get("PayerUin")
8912
8939
  memeber_set = set(params.keys())
8913
8940
  for name, value in vars(self).items():
8914
8941
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-billing
3
- Version: 3.0.1060
3
+ Version: 3.0.1067
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.1067
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1060