tencentcloud-sdk-python-billing 3.1.53__tar.gz → 3.1.63__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.1.53 → tencentcloud_sdk_python_billing-3.1.63}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.63}/setup.py +1 -1
- {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.63}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.63}/tencentcloud/billing/v20180709/models.py +67 -52
- {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.63}/tencentcloud_sdk_python_billing.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_billing-3.1.63/tencentcloud_sdk_python_billing.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_billing-3.1.53/tencentcloud_sdk_python_billing.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.63}/README.rst +0 -0
- {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.63}/setup.cfg +0 -0
- {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.63}/tencentcloud/billing/__init__.py +0 -0
- {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.63}/tencentcloud/billing/v20180709/__init__.py +0 -0
- {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.63}/tencentcloud/billing/v20180709/billing_client.py +0 -0
- {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.63}/tencentcloud/billing/v20180709/billing_client_async.py +0 -0
- {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.63}/tencentcloud/billing/v20180709/errorcodes.py +0 -0
- {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.63}/tencentcloud_sdk_python_billing.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.63}/tencentcloud_sdk_python_billing.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.63}/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.
|
|
3
|
+
Version: 3.1.63
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.63
|
|
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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.63,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Billing SDK for Python',
|
|
@@ -27986,52 +27986,54 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
27986
27986
|
|
|
27987
27987
|
def __init__(self):
|
|
27988
27988
|
r"""
|
|
27989
|
-
:param _Limit:
|
|
27989
|
+
:param _Limit: <p>一页多少条数据,默认是20条,最大不超过1000</p>
|
|
27990
27990
|
:type Limit: int
|
|
27991
|
-
:param _Offset:
|
|
27991
|
+
:param _Offset: <p>第多少页,默认是1</p>
|
|
27992
27992
|
:type Offset: int
|
|
27993
|
-
:param _Status:
|
|
27993
|
+
:param _Status: <p>券状态:待使用:unUsed,已使用: used,已发货:delivered,已作废: cancel,已过期:overdue</p>
|
|
27994
27994
|
:type Status: str
|
|
27995
|
-
:param _VoucherId:
|
|
27995
|
+
:param _VoucherId: <p>代金券id</p>
|
|
27996
27996
|
:type VoucherId: str
|
|
27997
|
-
:param _CodeId:
|
|
27997
|
+
:param _CodeId: <p>代金券订单id</p>
|
|
27998
27998
|
:type CodeId: str
|
|
27999
|
-
:param _ProductCode:
|
|
27999
|
+
:param _ProductCode: <p>商品码</p>
|
|
28000
28000
|
:type ProductCode: str
|
|
28001
|
-
:param _ActivityId:
|
|
28001
|
+
:param _ActivityId: <p>活动id</p>
|
|
28002
28002
|
:type ActivityId: str
|
|
28003
|
-
:param _VoucherName:
|
|
28003
|
+
:param _VoucherName: <p>代金券名称</p>
|
|
28004
28004
|
:type VoucherName: str
|
|
28005
|
-
:param _TimeFrom:
|
|
28005
|
+
:param _TimeFrom: <p>发放开始时间,例:2021-01-01</p>
|
|
28006
28006
|
:type TimeFrom: str
|
|
28007
|
-
:param _TimeTo:
|
|
28007
|
+
:param _TimeTo: <p>发放结束时间,例:2021-01-01</p>
|
|
28008
28008
|
:type TimeTo: str
|
|
28009
|
-
:param _SortField:
|
|
28009
|
+
:param _SortField: <p>指定排序字段:BeginTime开始时间、EndTime到期时间、CreateTime创建时间</p>
|
|
28010
28010
|
:type SortField: str
|
|
28011
|
-
:param _SortOrder:
|
|
28011
|
+
:param _SortOrder: <p>指定升序降序:desc、asc</p>
|
|
28012
28012
|
:type SortOrder: str
|
|
28013
|
-
:param _PayMode:
|
|
28013
|
+
:param _PayMode: <p>付费模式,postPay后付费/prePay预付费/riPay预留实例/""或者"*"表示全部模式,如果payMode为""或"*",那么productCode与subProductCode必须传空</p>
|
|
28014
28014
|
:type PayMode: str
|
|
28015
|
-
:param _PayScene:
|
|
28015
|
+
:param _PayScene: <p>付费场景PayMode=postPay时:spotpay-竞价实例,"settle account"-普通后付费PayMode=prePay时:purchase-包年包月新购,renew-包年包月续费(自动续费),modify-包年包月配置变更(变配)PayMode=riPay时:oneOffFee-预留实例预付,hourlyFee-预留实例每小时扣费,*-支持全部付费场景</p>
|
|
28016
28016
|
:type PayScene: str
|
|
28017
|
-
:param _Operator:
|
|
28017
|
+
:param _Operator: <p>操作人,默认就是用户uin</p>
|
|
28018
28018
|
:type Operator: str
|
|
28019
|
-
:param _VoucherMainType:
|
|
28019
|
+
:param _VoucherMainType: <p>代金券主类型 has_price 为有价现金券 no_price 为无价代金券</p>
|
|
28020
28020
|
:type VoucherMainType: str
|
|
28021
|
-
:param _VoucherSubType:
|
|
28021
|
+
:param _VoucherSubType: <p>代金券副类型 discount 为折扣券 deduct 为抵扣券</p>
|
|
28022
28022
|
:type VoucherSubType: str
|
|
28023
|
-
:param _StartTimeFrom:
|
|
28023
|
+
:param _StartTimeFrom: <p>券有效时间开始时间</p>
|
|
28024
28024
|
:type StartTimeFrom: str
|
|
28025
|
-
:param _StartTimeTo:
|
|
28025
|
+
:param _StartTimeTo: <p>券有效时间结束时间</p>
|
|
28026
28026
|
:type StartTimeTo: str
|
|
28027
|
-
:param _EndTimeFrom:
|
|
28027
|
+
:param _EndTimeFrom: <p>券失效时间开始时间</p>
|
|
28028
28028
|
:type EndTimeFrom: str
|
|
28029
|
-
:param _EndTimeTo:
|
|
28029
|
+
:param _EndTimeTo: <p>券失效时间结束时间</p>
|
|
28030
28030
|
:type EndTimeTo: str
|
|
28031
|
-
:param _CreateTimeFrom:
|
|
28031
|
+
:param _CreateTimeFrom: <p>发券时间开始时间</p>
|
|
28032
28032
|
:type CreateTimeFrom: str
|
|
28033
|
-
:param _CreateTimeTo:
|
|
28033
|
+
:param _CreateTimeTo: <p>发券时间结束时间</p>
|
|
28034
28034
|
:type CreateTimeTo: str
|
|
28035
|
+
:param _Lang: <p>语言参数</p><p>默认值:zh</p><p>期望返回产品名称中文或其他语言,目前仅支持中文、英文;填"zh"或不填时返回中文,其他情况返回英文</p>
|
|
28036
|
+
:type Lang: str
|
|
28035
28037
|
"""
|
|
28036
28038
|
self._Limit = None
|
|
28037
28039
|
self._Offset = None
|
|
@@ -28056,10 +28058,11 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28056
28058
|
self._EndTimeTo = None
|
|
28057
28059
|
self._CreateTimeFrom = None
|
|
28058
28060
|
self._CreateTimeTo = None
|
|
28061
|
+
self._Lang = None
|
|
28059
28062
|
|
|
28060
28063
|
@property
|
|
28061
28064
|
def Limit(self):
|
|
28062
|
-
r"""
|
|
28065
|
+
r"""<p>一页多少条数据,默认是20条,最大不超过1000</p>
|
|
28063
28066
|
:rtype: int
|
|
28064
28067
|
"""
|
|
28065
28068
|
return self._Limit
|
|
@@ -28070,7 +28073,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28070
28073
|
|
|
28071
28074
|
@property
|
|
28072
28075
|
def Offset(self):
|
|
28073
|
-
r"""
|
|
28076
|
+
r"""<p>第多少页,默认是1</p>
|
|
28074
28077
|
:rtype: int
|
|
28075
28078
|
"""
|
|
28076
28079
|
return self._Offset
|
|
@@ -28081,7 +28084,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28081
28084
|
|
|
28082
28085
|
@property
|
|
28083
28086
|
def Status(self):
|
|
28084
|
-
r"""
|
|
28087
|
+
r"""<p>券状态:待使用:unUsed,已使用: used,已发货:delivered,已作废: cancel,已过期:overdue</p>
|
|
28085
28088
|
:rtype: str
|
|
28086
28089
|
"""
|
|
28087
28090
|
return self._Status
|
|
@@ -28092,7 +28095,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28092
28095
|
|
|
28093
28096
|
@property
|
|
28094
28097
|
def VoucherId(self):
|
|
28095
|
-
r"""
|
|
28098
|
+
r"""<p>代金券id</p>
|
|
28096
28099
|
:rtype: str
|
|
28097
28100
|
"""
|
|
28098
28101
|
return self._VoucherId
|
|
@@ -28103,7 +28106,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28103
28106
|
|
|
28104
28107
|
@property
|
|
28105
28108
|
def CodeId(self):
|
|
28106
|
-
r"""
|
|
28109
|
+
r"""<p>代金券订单id</p>
|
|
28107
28110
|
:rtype: str
|
|
28108
28111
|
"""
|
|
28109
28112
|
return self._CodeId
|
|
@@ -28114,7 +28117,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28114
28117
|
|
|
28115
28118
|
@property
|
|
28116
28119
|
def ProductCode(self):
|
|
28117
|
-
r"""
|
|
28120
|
+
r"""<p>商品码</p>
|
|
28118
28121
|
:rtype: str
|
|
28119
28122
|
"""
|
|
28120
28123
|
return self._ProductCode
|
|
@@ -28125,7 +28128,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28125
28128
|
|
|
28126
28129
|
@property
|
|
28127
28130
|
def ActivityId(self):
|
|
28128
|
-
r"""
|
|
28131
|
+
r"""<p>活动id</p>
|
|
28129
28132
|
:rtype: str
|
|
28130
28133
|
"""
|
|
28131
28134
|
return self._ActivityId
|
|
@@ -28136,7 +28139,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28136
28139
|
|
|
28137
28140
|
@property
|
|
28138
28141
|
def VoucherName(self):
|
|
28139
|
-
r"""
|
|
28142
|
+
r"""<p>代金券名称</p>
|
|
28140
28143
|
:rtype: str
|
|
28141
28144
|
"""
|
|
28142
28145
|
return self._VoucherName
|
|
@@ -28147,7 +28150,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28147
28150
|
|
|
28148
28151
|
@property
|
|
28149
28152
|
def TimeFrom(self):
|
|
28150
|
-
r"""
|
|
28153
|
+
r"""<p>发放开始时间,例:2021-01-01</p>
|
|
28151
28154
|
:rtype: str
|
|
28152
28155
|
"""
|
|
28153
28156
|
return self._TimeFrom
|
|
@@ -28158,7 +28161,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28158
28161
|
|
|
28159
28162
|
@property
|
|
28160
28163
|
def TimeTo(self):
|
|
28161
|
-
r"""
|
|
28164
|
+
r"""<p>发放结束时间,例:2021-01-01</p>
|
|
28162
28165
|
:rtype: str
|
|
28163
28166
|
"""
|
|
28164
28167
|
return self._TimeTo
|
|
@@ -28169,7 +28172,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28169
28172
|
|
|
28170
28173
|
@property
|
|
28171
28174
|
def SortField(self):
|
|
28172
|
-
r"""
|
|
28175
|
+
r"""<p>指定排序字段:BeginTime开始时间、EndTime到期时间、CreateTime创建时间</p>
|
|
28173
28176
|
:rtype: str
|
|
28174
28177
|
"""
|
|
28175
28178
|
return self._SortField
|
|
@@ -28180,7 +28183,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28180
28183
|
|
|
28181
28184
|
@property
|
|
28182
28185
|
def SortOrder(self):
|
|
28183
|
-
r"""
|
|
28186
|
+
r"""<p>指定升序降序:desc、asc</p>
|
|
28184
28187
|
:rtype: str
|
|
28185
28188
|
"""
|
|
28186
28189
|
return self._SortOrder
|
|
@@ -28191,7 +28194,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28191
28194
|
|
|
28192
28195
|
@property
|
|
28193
28196
|
def PayMode(self):
|
|
28194
|
-
r"""
|
|
28197
|
+
r"""<p>付费模式,postPay后付费/prePay预付费/riPay预留实例/""或者"*"表示全部模式,如果payMode为""或"*",那么productCode与subProductCode必须传空</p>
|
|
28195
28198
|
:rtype: str
|
|
28196
28199
|
"""
|
|
28197
28200
|
return self._PayMode
|
|
@@ -28202,7 +28205,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28202
28205
|
|
|
28203
28206
|
@property
|
|
28204
28207
|
def PayScene(self):
|
|
28205
|
-
r"""
|
|
28208
|
+
r"""<p>付费场景PayMode=postPay时:spotpay-竞价实例,"settle account"-普通后付费PayMode=prePay时:purchase-包年包月新购,renew-包年包月续费(自动续费),modify-包年包月配置变更(变配)PayMode=riPay时:oneOffFee-预留实例预付,hourlyFee-预留实例每小时扣费,*-支持全部付费场景</p>
|
|
28206
28209
|
:rtype: str
|
|
28207
28210
|
"""
|
|
28208
28211
|
return self._PayScene
|
|
@@ -28213,7 +28216,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28213
28216
|
|
|
28214
28217
|
@property
|
|
28215
28218
|
def Operator(self):
|
|
28216
|
-
r"""
|
|
28219
|
+
r"""<p>操作人,默认就是用户uin</p>
|
|
28217
28220
|
:rtype: str
|
|
28218
28221
|
"""
|
|
28219
28222
|
return self._Operator
|
|
@@ -28224,7 +28227,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28224
28227
|
|
|
28225
28228
|
@property
|
|
28226
28229
|
def VoucherMainType(self):
|
|
28227
|
-
r"""
|
|
28230
|
+
r"""<p>代金券主类型 has_price 为有价现金券 no_price 为无价代金券</p>
|
|
28228
28231
|
:rtype: str
|
|
28229
28232
|
"""
|
|
28230
28233
|
return self._VoucherMainType
|
|
@@ -28235,7 +28238,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28235
28238
|
|
|
28236
28239
|
@property
|
|
28237
28240
|
def VoucherSubType(self):
|
|
28238
|
-
r"""
|
|
28241
|
+
r"""<p>代金券副类型 discount 为折扣券 deduct 为抵扣券</p>
|
|
28239
28242
|
:rtype: str
|
|
28240
28243
|
"""
|
|
28241
28244
|
return self._VoucherSubType
|
|
@@ -28246,7 +28249,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28246
28249
|
|
|
28247
28250
|
@property
|
|
28248
28251
|
def StartTimeFrom(self):
|
|
28249
|
-
r"""
|
|
28252
|
+
r"""<p>券有效时间开始时间</p>
|
|
28250
28253
|
:rtype: str
|
|
28251
28254
|
"""
|
|
28252
28255
|
return self._StartTimeFrom
|
|
@@ -28257,7 +28260,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28257
28260
|
|
|
28258
28261
|
@property
|
|
28259
28262
|
def StartTimeTo(self):
|
|
28260
|
-
r"""
|
|
28263
|
+
r"""<p>券有效时间结束时间</p>
|
|
28261
28264
|
:rtype: str
|
|
28262
28265
|
"""
|
|
28263
28266
|
return self._StartTimeTo
|
|
@@ -28268,7 +28271,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28268
28271
|
|
|
28269
28272
|
@property
|
|
28270
28273
|
def EndTimeFrom(self):
|
|
28271
|
-
r"""
|
|
28274
|
+
r"""<p>券失效时间开始时间</p>
|
|
28272
28275
|
:rtype: str
|
|
28273
28276
|
"""
|
|
28274
28277
|
return self._EndTimeFrom
|
|
@@ -28279,7 +28282,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28279
28282
|
|
|
28280
28283
|
@property
|
|
28281
28284
|
def EndTimeTo(self):
|
|
28282
|
-
r"""
|
|
28285
|
+
r"""<p>券失效时间结束时间</p>
|
|
28283
28286
|
:rtype: str
|
|
28284
28287
|
"""
|
|
28285
28288
|
return self._EndTimeTo
|
|
@@ -28290,7 +28293,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28290
28293
|
|
|
28291
28294
|
@property
|
|
28292
28295
|
def CreateTimeFrom(self):
|
|
28293
|
-
r"""
|
|
28296
|
+
r"""<p>发券时间开始时间</p>
|
|
28294
28297
|
:rtype: str
|
|
28295
28298
|
"""
|
|
28296
28299
|
return self._CreateTimeFrom
|
|
@@ -28301,7 +28304,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28301
28304
|
|
|
28302
28305
|
@property
|
|
28303
28306
|
def CreateTimeTo(self):
|
|
28304
|
-
r"""
|
|
28307
|
+
r"""<p>发券时间结束时间</p>
|
|
28305
28308
|
:rtype: str
|
|
28306
28309
|
"""
|
|
28307
28310
|
return self._CreateTimeTo
|
|
@@ -28310,6 +28313,17 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28310
28313
|
def CreateTimeTo(self, CreateTimeTo):
|
|
28311
28314
|
self._CreateTimeTo = CreateTimeTo
|
|
28312
28315
|
|
|
28316
|
+
@property
|
|
28317
|
+
def Lang(self):
|
|
28318
|
+
r"""<p>语言参数</p><p>默认值:zh</p><p>期望返回产品名称中文或其他语言,目前仅支持中文、英文;填"zh"或不填时返回中文,其他情况返回英文</p>
|
|
28319
|
+
:rtype: str
|
|
28320
|
+
"""
|
|
28321
|
+
return self._Lang
|
|
28322
|
+
|
|
28323
|
+
@Lang.setter
|
|
28324
|
+
def Lang(self, Lang):
|
|
28325
|
+
self._Lang = Lang
|
|
28326
|
+
|
|
28313
28327
|
|
|
28314
28328
|
def _deserialize(self, params):
|
|
28315
28329
|
self._Limit = params.get("Limit")
|
|
@@ -28335,6 +28349,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28335
28349
|
self._EndTimeTo = params.get("EndTimeTo")
|
|
28336
28350
|
self._CreateTimeFrom = params.get("CreateTimeFrom")
|
|
28337
28351
|
self._CreateTimeTo = params.get("CreateTimeTo")
|
|
28352
|
+
self._Lang = params.get("Lang")
|
|
28338
28353
|
memeber_set = set(params.keys())
|
|
28339
28354
|
for name, value in vars(self).items():
|
|
28340
28355
|
property_name = name[1:]
|
|
@@ -28352,11 +28367,11 @@ class DescribeVoucherInfoResponse(AbstractModel):
|
|
|
28352
28367
|
|
|
28353
28368
|
def __init__(self):
|
|
28354
28369
|
r"""
|
|
28355
|
-
:param _TotalCount:
|
|
28370
|
+
:param _TotalCount: <p>券总数</p>
|
|
28356
28371
|
:type TotalCount: int
|
|
28357
|
-
:param _TotalBalance:
|
|
28372
|
+
:param _TotalBalance: <p>总余额(微分)</p>
|
|
28358
28373
|
:type TotalBalance: int
|
|
28359
|
-
:param _VoucherInfos:
|
|
28374
|
+
:param _VoucherInfos: <p>代金券相关信息</p>
|
|
28360
28375
|
:type VoucherInfos: list of VoucherInfos
|
|
28361
28376
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
28362
28377
|
:type RequestId: str
|
|
@@ -28368,7 +28383,7 @@ class DescribeVoucherInfoResponse(AbstractModel):
|
|
|
28368
28383
|
|
|
28369
28384
|
@property
|
|
28370
28385
|
def TotalCount(self):
|
|
28371
|
-
r"""
|
|
28386
|
+
r"""<p>券总数</p>
|
|
28372
28387
|
:rtype: int
|
|
28373
28388
|
"""
|
|
28374
28389
|
return self._TotalCount
|
|
@@ -28379,7 +28394,7 @@ class DescribeVoucherInfoResponse(AbstractModel):
|
|
|
28379
28394
|
|
|
28380
28395
|
@property
|
|
28381
28396
|
def TotalBalance(self):
|
|
28382
|
-
r"""
|
|
28397
|
+
r"""<p>总余额(微分)</p>
|
|
28383
28398
|
:rtype: int
|
|
28384
28399
|
"""
|
|
28385
28400
|
return self._TotalBalance
|
|
@@ -28390,7 +28405,7 @@ class DescribeVoucherInfoResponse(AbstractModel):
|
|
|
28390
28405
|
|
|
28391
28406
|
@property
|
|
28392
28407
|
def VoucherInfos(self):
|
|
28393
|
-
r"""
|
|
28408
|
+
r"""<p>代金券相关信息</p>
|
|
28394
28409
|
:rtype: list of VoucherInfos
|
|
28395
28410
|
"""
|
|
28396
28411
|
return self._VoucherInfos
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-billing
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.63
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.63
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.63
|
tencentcloud_sdk_python_billing-3.1.53/tencentcloud_sdk_python_billing.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.53
|
{tencentcloud_sdk_python_billing-3.1.53 → tencentcloud_sdk_python_billing-3.1.63}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|