tencentcloud-sdk-python-billing 3.1.73__tar.gz → 3.1.74__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.73 → tencentcloud_sdk_python_billing-3.1.74}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_billing-3.1.73 → tencentcloud_sdk_python_billing-3.1.74}/setup.py +1 -1
- {tencentcloud_sdk_python_billing-3.1.73 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_billing-3.1.73 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud/billing/v20180709/models.py +17 -2
- {tencentcloud_sdk_python_billing-3.1.73 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud_sdk_python_billing.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_billing-3.1.74/tencentcloud_sdk_python_billing.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_billing-3.1.73/tencentcloud_sdk_python_billing.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_billing-3.1.73 → tencentcloud_sdk_python_billing-3.1.74}/README.rst +0 -0
- {tencentcloud_sdk_python_billing-3.1.73 → tencentcloud_sdk_python_billing-3.1.74}/setup.cfg +0 -0
- {tencentcloud_sdk_python_billing-3.1.73 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud/billing/__init__.py +0 -0
- {tencentcloud_sdk_python_billing-3.1.73 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud/billing/v20180709/__init__.py +0 -0
- {tencentcloud_sdk_python_billing-3.1.73 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud/billing/v20180709/billing_client.py +0 -0
- {tencentcloud_sdk_python_billing-3.1.73 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud/billing/v20180709/billing_client_async.py +0 -0
- {tencentcloud_sdk_python_billing-3.1.73 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud/billing/v20180709/errorcodes.py +0 -0
- {tencentcloud_sdk_python_billing-3.1.73 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud_sdk_python_billing.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_billing-3.1.73 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud_sdk_python_billing.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_billing-3.1.73 → tencentcloud_sdk_python_billing-3.1.74}/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.74
|
|
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.74
|
|
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.74,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Billing SDK for Python',
|
|
@@ -28035,7 +28035,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28035
28035
|
:type Limit: int
|
|
28036
28036
|
:param _Offset: <p>第多少页,默认是1</p>
|
|
28037
28037
|
:type Offset: int
|
|
28038
|
-
:param _Status: <p>券状态:待使用:unUsed
|
|
28038
|
+
:param _Status: <p>券状态:待使用:unUsed,已使用:xa0used,已发货:delivered,已作废:xa0cancel,已过期:overdue</p>
|
|
28039
28039
|
:type Status: str
|
|
28040
28040
|
:param _VoucherId: <p>代金券id</p>
|
|
28041
28041
|
:type VoucherId: str
|
|
@@ -28129,7 +28129,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28129
28129
|
|
|
28130
28130
|
@property
|
|
28131
28131
|
def Status(self):
|
|
28132
|
-
r"""<p>券状态:待使用:unUsed
|
|
28132
|
+
r"""<p>券状态:待使用:unUsed,已使用:xa0used,已发货:delivered,已作废:xa0cancel,已过期:overdue</p>
|
|
28133
28133
|
:rtype: str
|
|
28134
28134
|
"""
|
|
28135
28135
|
return self._Status
|
|
@@ -28418,12 +28418,15 @@ class DescribeVoucherInfoResponse(AbstractModel):
|
|
|
28418
28418
|
:type TotalBalance: int
|
|
28419
28419
|
:param _VoucherInfos: <p>代金券相关信息</p>
|
|
28420
28420
|
:type VoucherInfos: list of VoucherInfos
|
|
28421
|
+
:param _Unit: <p>接口返回的金额字段单位</p><p>默认值:micro</p><p>金额单位:micro(微分)<br>代金券发放和使用按8位高精度处理,所以金额单位默认为micro(微分),如需CNY或USD请按以下公式换算<br>CNY:1 micro = 10⁻⁸ 元<br>USD:1 micro = 10⁻⁸ 美元</p>
|
|
28422
|
+
:type Unit: str
|
|
28421
28423
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
28422
28424
|
:type RequestId: str
|
|
28423
28425
|
"""
|
|
28424
28426
|
self._TotalCount = None
|
|
28425
28427
|
self._TotalBalance = None
|
|
28426
28428
|
self._VoucherInfos = None
|
|
28429
|
+
self._Unit = None
|
|
28427
28430
|
self._RequestId = None
|
|
28428
28431
|
|
|
28429
28432
|
@property
|
|
@@ -28459,6 +28462,17 @@ class DescribeVoucherInfoResponse(AbstractModel):
|
|
|
28459
28462
|
def VoucherInfos(self, VoucherInfos):
|
|
28460
28463
|
self._VoucherInfos = VoucherInfos
|
|
28461
28464
|
|
|
28465
|
+
@property
|
|
28466
|
+
def Unit(self):
|
|
28467
|
+
r"""<p>接口返回的金额字段单位</p><p>默认值:micro</p><p>金额单位:micro(微分)<br>代金券发放和使用按8位高精度处理,所以金额单位默认为micro(微分),如需CNY或USD请按以下公式换算<br>CNY:1 micro = 10⁻⁸ 元<br>USD:1 micro = 10⁻⁸ 美元</p>
|
|
28468
|
+
:rtype: str
|
|
28469
|
+
"""
|
|
28470
|
+
return self._Unit
|
|
28471
|
+
|
|
28472
|
+
@Unit.setter
|
|
28473
|
+
def Unit(self, Unit):
|
|
28474
|
+
self._Unit = Unit
|
|
28475
|
+
|
|
28462
28476
|
@property
|
|
28463
28477
|
def RequestId(self):
|
|
28464
28478
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -28480,6 +28494,7 @@ class DescribeVoucherInfoResponse(AbstractModel):
|
|
|
28480
28494
|
obj = VoucherInfos()
|
|
28481
28495
|
obj._deserialize(item)
|
|
28482
28496
|
self._VoucherInfos.append(obj)
|
|
28497
|
+
self._Unit = params.get("Unit")
|
|
28483
28498
|
self._RequestId = params.get("RequestId")
|
|
28484
28499
|
|
|
28485
28500
|
|
|
@@ -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.74
|
|
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.74
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.74
|
tencentcloud_sdk_python_billing-3.1.73/tencentcloud_sdk_python_billing.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.73
|
{tencentcloud_sdk_python_billing-3.1.73 → tencentcloud_sdk_python_billing-3.1.74}/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
|