tencentcloud-sdk-python-billing 3.0.1202__tar.gz → 3.0.1216__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.
- {tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/setup.py +1 -1
- {tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/tencentcloud/billing/v20180709/models.py +155 -0
- {tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/tencentcloud_sdk_python_billing.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-billing-3.0.1216/tencentcloud_sdk_python_billing.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-billing-3.0.1202/tencentcloud_sdk_python_billing.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/README.rst +0 -0
- {tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/setup.cfg +0 -0
- {tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/tencentcloud/billing/__init__.py +0 -0
- {tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/tencentcloud/billing/v20180709/__init__.py +0 -0
- {tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/tencentcloud/billing/v20180709/billing_client.py +0 -0
- {tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/tencentcloud/billing/v20180709/errorcodes.py +0 -0
- {tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/tencentcloud_sdk_python_billing.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/tencentcloud_sdk_python_billing.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/tencentcloud_sdk_python_billing.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/setup.py
RENAMED
|
@@ -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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1216"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Billing SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -21896,9 +21896,41 @@ class UsageDetails(AbstractModel):
|
|
|
21896
21896
|
:param _SubProductName: 商品细节
|
|
21897
21897
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
21898
21898
|
:type SubProductName: str
|
|
21899
|
+
:param _ProductCode: 产品码
|
|
21900
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
21901
|
+
:type ProductCode: str
|
|
21902
|
+
:param _SubProductCode: 子产品码
|
|
21903
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
21904
|
+
:type SubProductCode: str
|
|
21905
|
+
:param _BillingItemCode: 计费项码
|
|
21906
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
21907
|
+
:type BillingItemCode: str
|
|
21908
|
+
:param _SubBillingItemCode: 计费细项码
|
|
21909
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
21910
|
+
:type SubBillingItemCode: str
|
|
21911
|
+
:param _ProductEnName: 产品英文名
|
|
21912
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
21913
|
+
:type ProductEnName: str
|
|
21914
|
+
:param _SubProductEnName: 子产品英文名
|
|
21915
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
21916
|
+
:type SubProductEnName: str
|
|
21917
|
+
:param _CalcUnit: 结算周期
|
|
21918
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
21919
|
+
:type CalcUnit: str
|
|
21920
|
+
:param _Action: payMode为prepay 且 payScene为common的情况下存在
|
|
21921
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
21922
|
+
:type Action: str
|
|
21899
21923
|
"""
|
|
21900
21924
|
self._ProductName = None
|
|
21901
21925
|
self._SubProductName = None
|
|
21926
|
+
self._ProductCode = None
|
|
21927
|
+
self._SubProductCode = None
|
|
21928
|
+
self._BillingItemCode = None
|
|
21929
|
+
self._SubBillingItemCode = None
|
|
21930
|
+
self._ProductEnName = None
|
|
21931
|
+
self._SubProductEnName = None
|
|
21932
|
+
self._CalcUnit = None
|
|
21933
|
+
self._Action = None
|
|
21902
21934
|
|
|
21903
21935
|
@property
|
|
21904
21936
|
def ProductName(self):
|
|
@@ -21916,10 +21948,82 @@ class UsageDetails(AbstractModel):
|
|
|
21916
21948
|
def SubProductName(self, SubProductName):
|
|
21917
21949
|
self._SubProductName = SubProductName
|
|
21918
21950
|
|
|
21951
|
+
@property
|
|
21952
|
+
def ProductCode(self):
|
|
21953
|
+
return self._ProductCode
|
|
21954
|
+
|
|
21955
|
+
@ProductCode.setter
|
|
21956
|
+
def ProductCode(self, ProductCode):
|
|
21957
|
+
self._ProductCode = ProductCode
|
|
21958
|
+
|
|
21959
|
+
@property
|
|
21960
|
+
def SubProductCode(self):
|
|
21961
|
+
return self._SubProductCode
|
|
21962
|
+
|
|
21963
|
+
@SubProductCode.setter
|
|
21964
|
+
def SubProductCode(self, SubProductCode):
|
|
21965
|
+
self._SubProductCode = SubProductCode
|
|
21966
|
+
|
|
21967
|
+
@property
|
|
21968
|
+
def BillingItemCode(self):
|
|
21969
|
+
return self._BillingItemCode
|
|
21970
|
+
|
|
21971
|
+
@BillingItemCode.setter
|
|
21972
|
+
def BillingItemCode(self, BillingItemCode):
|
|
21973
|
+
self._BillingItemCode = BillingItemCode
|
|
21974
|
+
|
|
21975
|
+
@property
|
|
21976
|
+
def SubBillingItemCode(self):
|
|
21977
|
+
return self._SubBillingItemCode
|
|
21978
|
+
|
|
21979
|
+
@SubBillingItemCode.setter
|
|
21980
|
+
def SubBillingItemCode(self, SubBillingItemCode):
|
|
21981
|
+
self._SubBillingItemCode = SubBillingItemCode
|
|
21982
|
+
|
|
21983
|
+
@property
|
|
21984
|
+
def ProductEnName(self):
|
|
21985
|
+
return self._ProductEnName
|
|
21986
|
+
|
|
21987
|
+
@ProductEnName.setter
|
|
21988
|
+
def ProductEnName(self, ProductEnName):
|
|
21989
|
+
self._ProductEnName = ProductEnName
|
|
21990
|
+
|
|
21991
|
+
@property
|
|
21992
|
+
def SubProductEnName(self):
|
|
21993
|
+
return self._SubProductEnName
|
|
21994
|
+
|
|
21995
|
+
@SubProductEnName.setter
|
|
21996
|
+
def SubProductEnName(self, SubProductEnName):
|
|
21997
|
+
self._SubProductEnName = SubProductEnName
|
|
21998
|
+
|
|
21999
|
+
@property
|
|
22000
|
+
def CalcUnit(self):
|
|
22001
|
+
return self._CalcUnit
|
|
22002
|
+
|
|
22003
|
+
@CalcUnit.setter
|
|
22004
|
+
def CalcUnit(self, CalcUnit):
|
|
22005
|
+
self._CalcUnit = CalcUnit
|
|
22006
|
+
|
|
22007
|
+
@property
|
|
22008
|
+
def Action(self):
|
|
22009
|
+
return self._Action
|
|
22010
|
+
|
|
22011
|
+
@Action.setter
|
|
22012
|
+
def Action(self, Action):
|
|
22013
|
+
self._Action = Action
|
|
22014
|
+
|
|
21919
22015
|
|
|
21920
22016
|
def _deserialize(self, params):
|
|
21921
22017
|
self._ProductName = params.get("ProductName")
|
|
21922
22018
|
self._SubProductName = params.get("SubProductName")
|
|
22019
|
+
self._ProductCode = params.get("ProductCode")
|
|
22020
|
+
self._SubProductCode = params.get("SubProductCode")
|
|
22021
|
+
self._BillingItemCode = params.get("BillingItemCode")
|
|
22022
|
+
self._SubBillingItemCode = params.get("SubBillingItemCode")
|
|
22023
|
+
self._ProductEnName = params.get("ProductEnName")
|
|
22024
|
+
self._SubProductEnName = params.get("SubProductEnName")
|
|
22025
|
+
self._CalcUnit = params.get("CalcUnit")
|
|
22026
|
+
self._Action = params.get("Action")
|
|
21923
22027
|
memeber_set = set(params.keys())
|
|
21924
22028
|
for name, value in vars(self).items():
|
|
21925
22029
|
property_name = name[1:]
|
|
@@ -21944,10 +22048,25 @@ class UsageRecords(AbstractModel):
|
|
|
21944
22048
|
:param _UsageDetails: 使用记录细节
|
|
21945
22049
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
21946
22050
|
:type UsageDetails: list of UsageDetails
|
|
22051
|
+
:param _PayMode: 付费模式
|
|
22052
|
+
:type PayMode: str
|
|
22053
|
+
:param _VoucherId: 查询的券id
|
|
22054
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22055
|
+
:type VoucherId: str
|
|
22056
|
+
:param _PayScene: 交易场景:(adjust:调账、common:正常交易场景)
|
|
22057
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22058
|
+
:type PayScene: str
|
|
22059
|
+
:param _SeqId: 唯一id,对应交易:预付费的dealName,调账/后付费的outTradeNo
|
|
22060
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22061
|
+
:type SeqId: str
|
|
21947
22062
|
"""
|
|
21948
22063
|
self._UsedAmount = None
|
|
21949
22064
|
self._UsedTime = None
|
|
21950
22065
|
self._UsageDetails = None
|
|
22066
|
+
self._PayMode = None
|
|
22067
|
+
self._VoucherId = None
|
|
22068
|
+
self._PayScene = None
|
|
22069
|
+
self._SeqId = None
|
|
21951
22070
|
|
|
21952
22071
|
@property
|
|
21953
22072
|
def UsedAmount(self):
|
|
@@ -21973,6 +22092,38 @@ class UsageRecords(AbstractModel):
|
|
|
21973
22092
|
def UsageDetails(self, UsageDetails):
|
|
21974
22093
|
self._UsageDetails = UsageDetails
|
|
21975
22094
|
|
|
22095
|
+
@property
|
|
22096
|
+
def PayMode(self):
|
|
22097
|
+
return self._PayMode
|
|
22098
|
+
|
|
22099
|
+
@PayMode.setter
|
|
22100
|
+
def PayMode(self, PayMode):
|
|
22101
|
+
self._PayMode = PayMode
|
|
22102
|
+
|
|
22103
|
+
@property
|
|
22104
|
+
def VoucherId(self):
|
|
22105
|
+
return self._VoucherId
|
|
22106
|
+
|
|
22107
|
+
@VoucherId.setter
|
|
22108
|
+
def VoucherId(self, VoucherId):
|
|
22109
|
+
self._VoucherId = VoucherId
|
|
22110
|
+
|
|
22111
|
+
@property
|
|
22112
|
+
def PayScene(self):
|
|
22113
|
+
return self._PayScene
|
|
22114
|
+
|
|
22115
|
+
@PayScene.setter
|
|
22116
|
+
def PayScene(self, PayScene):
|
|
22117
|
+
self._PayScene = PayScene
|
|
22118
|
+
|
|
22119
|
+
@property
|
|
22120
|
+
def SeqId(self):
|
|
22121
|
+
return self._SeqId
|
|
22122
|
+
|
|
22123
|
+
@SeqId.setter
|
|
22124
|
+
def SeqId(self, SeqId):
|
|
22125
|
+
self._SeqId = SeqId
|
|
22126
|
+
|
|
21976
22127
|
|
|
21977
22128
|
def _deserialize(self, params):
|
|
21978
22129
|
self._UsedAmount = params.get("UsedAmount")
|
|
@@ -21983,6 +22134,10 @@ class UsageRecords(AbstractModel):
|
|
|
21983
22134
|
obj = UsageDetails()
|
|
21984
22135
|
obj._deserialize(item)
|
|
21985
22136
|
self._UsageDetails.append(obj)
|
|
22137
|
+
self._PayMode = params.get("PayMode")
|
|
22138
|
+
self._VoucherId = params.get("VoucherId")
|
|
22139
|
+
self._PayScene = params.get("PayScene")
|
|
22140
|
+
self._SeqId = params.get("SeqId")
|
|
21986
22141
|
memeber_set = set(params.keys())
|
|
21987
22142
|
for name, value in vars(self).items():
|
|
21988
22143
|
property_name = name[1:]
|
tencentcloud-sdk-python-billing-3.0.1216/tencentcloud_sdk_python_billing.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1216
|
tencentcloud-sdk-python-billing-3.0.1202/tencentcloud_sdk_python_billing.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1202
|
{tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-billing-3.0.1202 → tencentcloud-sdk-python-billing-3.0.1216}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|