tencentcloud-sdk-python-billing 3.1.49__tar.gz → 3.1.53__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.49 → tencentcloud_sdk_python_billing-3.1.53}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_billing-3.1.49 → tencentcloud_sdk_python_billing-3.1.53}/setup.py +1 -1
  3. {tencentcloud_sdk_python_billing-3.1.49 → tencentcloud_sdk_python_billing-3.1.53}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_billing-3.1.49 → tencentcloud_sdk_python_billing-3.1.53}/tencentcloud/billing/v20180709/models.py +52 -28
  5. {tencentcloud_sdk_python_billing-3.1.49 → tencentcloud_sdk_python_billing-3.1.53}/tencentcloud_sdk_python_billing.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_billing-3.1.53/tencentcloud_sdk_python_billing.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_billing-3.1.49/tencentcloud_sdk_python_billing.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_billing-3.1.49 → tencentcloud_sdk_python_billing-3.1.53}/README.rst +0 -0
  9. {tencentcloud_sdk_python_billing-3.1.49 → tencentcloud_sdk_python_billing-3.1.53}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_billing-3.1.49 → tencentcloud_sdk_python_billing-3.1.53}/tencentcloud/billing/__init__.py +0 -0
  11. {tencentcloud_sdk_python_billing-3.1.49 → tencentcloud_sdk_python_billing-3.1.53}/tencentcloud/billing/v20180709/__init__.py +0 -0
  12. {tencentcloud_sdk_python_billing-3.1.49 → tencentcloud_sdk_python_billing-3.1.53}/tencentcloud/billing/v20180709/billing_client.py +0 -0
  13. {tencentcloud_sdk_python_billing-3.1.49 → tencentcloud_sdk_python_billing-3.1.53}/tencentcloud/billing/v20180709/billing_client_async.py +0 -0
  14. {tencentcloud_sdk_python_billing-3.1.49 → tencentcloud_sdk_python_billing-3.1.53}/tencentcloud/billing/v20180709/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_billing-3.1.49 → tencentcloud_sdk_python_billing-3.1.53}/tencentcloud_sdk_python_billing.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_billing-3.1.49 → tencentcloud_sdk_python_billing-3.1.53}/tencentcloud_sdk_python_billing.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_billing-3.1.49 → tencentcloud_sdk_python_billing-3.1.53}/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.49
3
+ Version: 3.1.53
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.49
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.53
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.49,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.53,<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.49'
17
+ __version__ = '3.1.53'
@@ -20689,24 +20689,23 @@ class DescribeBillAdjustInfoRequest(AbstractModel):
20689
20689
 
20690
20690
  def __init__(self):
20691
20691
  r"""
20692
- :param _Month: 格式:yyyy-MM
20693
- 账单月份,month和timeFrom&timeTo必传一个,如果有传timeFrom&timeTo则month字段无效
20692
+ :param _Month: <p>格式:yyyy-MM<br>账单月份,month和timeFrom&amp;timeTo必传一个,如果有传timeFrom&amp;timeTo则month字段无效</p>
20694
20693
  :type Month: str
20695
- :param _TimeFrom: 格式:yyyy-MM-dd
20696
- 开始时间,month和timeFrom&timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据
20694
+ :param _TimeFrom: <p>格式:yyyy-MM-dd<br>开始时间,month和timeFrom&amp;timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据</p>
20697
20695
  :type TimeFrom: str
20698
- :param _TimeTo: 格式:yyyy-MM-dd
20699
- 截止时间,month和timeFrom&timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据
20696
+ :param _TimeTo: <p>格式:yyyy-MM-dd<br>截止时间,month和timeFrom&amp;timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据</p>
20700
20697
  :type TimeTo: str
20698
+ :param _PayerUin: <p>支付者的账号 ID(账号 ID 是用户在腾讯云的唯一账号标识),默认查询本账号账单,如集团管理账号需查询成员账号自付的账单,该字段需入参成员账号UIN</p>
20699
+ :type PayerUin: str
20701
20700
  """
20702
20701
  self._Month = None
20703
20702
  self._TimeFrom = None
20704
20703
  self._TimeTo = None
20704
+ self._PayerUin = None
20705
20705
 
20706
20706
  @property
20707
20707
  def Month(self):
20708
- r"""格式:yyyy-MM
20709
- 账单月份,month和timeFrom&timeTo必传一个,如果有传timeFrom&timeTo则month字段无效
20708
+ r"""<p>格式:yyyy-MM<br>账单月份,month和timeFrom&amp;timeTo必传一个,如果有传timeFrom&amp;timeTo则month字段无效</p>
20710
20709
  :rtype: str
20711
20710
  """
20712
20711
  return self._Month
@@ -20717,8 +20716,7 @@ class DescribeBillAdjustInfoRequest(AbstractModel):
20717
20716
 
20718
20717
  @property
20719
20718
  def TimeFrom(self):
20720
- r"""格式:yyyy-MM-dd
20721
- 开始时间,month和timeFrom&timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据
20719
+ r"""<p>格式:yyyy-MM-dd<br>开始时间,month和timeFrom&amp;timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据</p>
20722
20720
  :rtype: str
20723
20721
  """
20724
20722
  return self._TimeFrom
@@ -20729,8 +20727,7 @@ class DescribeBillAdjustInfoRequest(AbstractModel):
20729
20727
 
20730
20728
  @property
20731
20729
  def TimeTo(self):
20732
- r"""格式:yyyy-MM-dd
20733
- 截止时间,month和timeFrom&timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据
20730
+ r"""<p>格式:yyyy-MM-dd<br>截止时间,month和timeFrom&amp;timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据</p>
20734
20731
  :rtype: str
20735
20732
  """
20736
20733
  return self._TimeTo
@@ -20739,11 +20736,23 @@ class DescribeBillAdjustInfoRequest(AbstractModel):
20739
20736
  def TimeTo(self, TimeTo):
20740
20737
  self._TimeTo = TimeTo
20741
20738
 
20739
+ @property
20740
+ def PayerUin(self):
20741
+ r"""<p>支付者的账号 ID(账号 ID 是用户在腾讯云的唯一账号标识),默认查询本账号账单,如集团管理账号需查询成员账号自付的账单,该字段需入参成员账号UIN</p>
20742
+ :rtype: str
20743
+ """
20744
+ return self._PayerUin
20745
+
20746
+ @PayerUin.setter
20747
+ def PayerUin(self, PayerUin):
20748
+ self._PayerUin = PayerUin
20749
+
20742
20750
 
20743
20751
  def _deserialize(self, params):
20744
20752
  self._Month = params.get("Month")
20745
20753
  self._TimeFrom = params.get("TimeFrom")
20746
20754
  self._TimeTo = params.get("TimeTo")
20755
+ self._PayerUin = params.get("PayerUin")
20747
20756
  memeber_set = set(params.keys())
20748
20757
  for name, value in vars(self).items():
20749
20758
  property_name = name[1:]
@@ -20761,9 +20770,9 @@ class DescribeBillAdjustInfoResponse(AbstractModel):
20761
20770
 
20762
20771
  def __init__(self):
20763
20772
  r"""
20764
- :param _Total: 数据总量
20773
+ :param _Total: <p>数据总量</p>
20765
20774
  :type Total: int
20766
- :param _Data: 明细数据
20775
+ :param _Data: <p>明细数据</p>
20767
20776
  :type Data: list of AdjustInfoDetail
20768
20777
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20769
20778
  :type RequestId: str
@@ -20774,7 +20783,7 @@ class DescribeBillAdjustInfoResponse(AbstractModel):
20774
20783
 
20775
20784
  @property
20776
20785
  def Total(self):
20777
- r"""数据总量
20786
+ r"""<p>数据总量</p>
20778
20787
  :rtype: int
20779
20788
  """
20780
20789
  return self._Total
@@ -20785,7 +20794,7 @@ class DescribeBillAdjustInfoResponse(AbstractModel):
20785
20794
 
20786
20795
  @property
20787
20796
  def Data(self):
20788
- r"""明细数据
20797
+ r"""<p>明细数据</p>
20789
20798
  :rtype: list of AdjustInfoDetail
20790
20799
  """
20791
20800
  return self._Data
@@ -23627,23 +23636,26 @@ class DescribeBillSummaryRequest(AbstractModel):
23627
23636
 
23628
23637
  def __init__(self):
23629
23638
  r"""
23630
- :param _Month: 账单月份,格式为2023-04
23639
+ :param _Month: <p>账单月份,格式为2023-04</p>
23631
23640
  :type Month: str
23632
- :param _GroupType: 账单维度类型,枚举值如下:business、project、region、payMode、tag
23641
+ :param _GroupType: <p>账单维度类型,枚举值如下:business、project、region、payMode、tag</p>
23633
23642
  :type GroupType: str
23634
- :param _TagKey: 标签键,GroupType=tag获取标签维度账单时传
23643
+ :param _TagKey: <p>标签键,GroupType=tag获取标签维度账单时传</p>
23635
23644
  :type TagKey: list of str
23636
- :param _OperateUin: 操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID
23645
+ :param _OperateUin: <p>操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )</p>
23637
23646
  :type OperateUin: str
23647
+ :param _PayerUin: <p>支付者的账号 ID(账号 ID 是用户在腾讯云的唯一账号标识),默认查询本账号账单,如集团管理账号需查询成员账号自付的账单,该字段需入参成员账号UIN</p>
23648
+ :type PayerUin: str
23638
23649
  """
23639
23650
  self._Month = None
23640
23651
  self._GroupType = None
23641
23652
  self._TagKey = None
23642
23653
  self._OperateUin = None
23654
+ self._PayerUin = None
23643
23655
 
23644
23656
  @property
23645
23657
  def Month(self):
23646
- r"""账单月份,格式为2023-04
23658
+ r"""<p>账单月份,格式为2023-04</p>
23647
23659
  :rtype: str
23648
23660
  """
23649
23661
  return self._Month
@@ -23654,7 +23666,7 @@ class DescribeBillSummaryRequest(AbstractModel):
23654
23666
 
23655
23667
  @property
23656
23668
  def GroupType(self):
23657
- r"""账单维度类型,枚举值如下:business、project、region、payMode、tag
23669
+ r"""<p>账单维度类型,枚举值如下:business、project、region、payMode、tag</p>
23658
23670
  :rtype: str
23659
23671
  """
23660
23672
  return self._GroupType
@@ -23665,7 +23677,7 @@ class DescribeBillSummaryRequest(AbstractModel):
23665
23677
 
23666
23678
  @property
23667
23679
  def TagKey(self):
23668
- r"""标签键,GroupType=tag获取标签维度账单时传
23680
+ r"""<p>标签键,GroupType=tag获取标签维度账单时传</p>
23669
23681
  :rtype: list of str
23670
23682
  """
23671
23683
  return self._TagKey
@@ -23676,7 +23688,7 @@ class DescribeBillSummaryRequest(AbstractModel):
23676
23688
 
23677
23689
  @property
23678
23690
  def OperateUin(self):
23679
- r"""操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID
23691
+ r"""<p>操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )</p>
23680
23692
  :rtype: str
23681
23693
  """
23682
23694
  return self._OperateUin
@@ -23685,12 +23697,24 @@ class DescribeBillSummaryRequest(AbstractModel):
23685
23697
  def OperateUin(self, OperateUin):
23686
23698
  self._OperateUin = OperateUin
23687
23699
 
23700
+ @property
23701
+ def PayerUin(self):
23702
+ r"""<p>支付者的账号 ID(账号 ID 是用户在腾讯云的唯一账号标识),默认查询本账号账单,如集团管理账号需查询成员账号自付的账单,该字段需入参成员账号UIN</p>
23703
+ :rtype: str
23704
+ """
23705
+ return self._PayerUin
23706
+
23707
+ @PayerUin.setter
23708
+ def PayerUin(self, PayerUin):
23709
+ self._PayerUin = PayerUin
23710
+
23688
23711
 
23689
23712
  def _deserialize(self, params):
23690
23713
  self._Month = params.get("Month")
23691
23714
  self._GroupType = params.get("GroupType")
23692
23715
  self._TagKey = params.get("TagKey")
23693
23716
  self._OperateUin = params.get("OperateUin")
23717
+ self._PayerUin = params.get("PayerUin")
23694
23718
  memeber_set = set(params.keys())
23695
23719
  for name, value in vars(self).items():
23696
23720
  property_name = name[1:]
@@ -23708,9 +23732,9 @@ class DescribeBillSummaryResponse(AbstractModel):
23708
23732
 
23709
23733
  def __init__(self):
23710
23734
  r"""
23711
- :param _Ready: 数据是否准备好,0准备中,1已就绪。(Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟出账,请于10分钟后重试即可)
23735
+ :param _Ready: <p>数据是否准备好,0准备中,1已就绪。(Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟出账,请于10分钟后重试即可)</p>
23712
23736
  :type Ready: int
23713
- :param _SummaryDetail: 账单多维度汇总消费详情
23737
+ :param _SummaryDetail: <p>账单多维度汇总消费详情</p>
23714
23738
  :type SummaryDetail: list of SummaryDetail
23715
23739
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23716
23740
  :type RequestId: str
@@ -23721,7 +23745,7 @@ class DescribeBillSummaryResponse(AbstractModel):
23721
23745
 
23722
23746
  @property
23723
23747
  def Ready(self):
23724
- r"""数据是否准备好,0准备中,1已就绪。(Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟出账,请于10分钟后重试即可)
23748
+ r"""<p>数据是否准备好,0准备中,1已就绪。(Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟出账,请于10分钟后重试即可)</p>
23725
23749
  :rtype: int
23726
23750
  """
23727
23751
  return self._Ready
@@ -23732,7 +23756,7 @@ class DescribeBillSummaryResponse(AbstractModel):
23732
23756
 
23733
23757
  @property
23734
23758
  def SummaryDetail(self):
23735
- r"""账单多维度汇总消费详情
23759
+ r"""<p>账单多维度汇总消费详情</p>
23736
23760
  :rtype: list of SummaryDetail
23737
23761
  """
23738
23762
  return self._SummaryDetail
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-billing
3
- Version: 3.1.49
3
+ Version: 3.1.53
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.49
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.53
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.53
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.49