tencentcloud-sdk-python-svp 3.1.26__tar.gz → 3.1.97__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_svp-3.1.26 → tencentcloud_sdk_python_svp-3.1.97}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_svp-3.1.26 → tencentcloud_sdk_python_svp-3.1.97}/setup.py +1 -1
- {tencentcloud_sdk_python_svp-3.1.26 → tencentcloud_sdk_python_svp-3.1.97}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_svp-3.1.26 → tencentcloud_sdk_python_svp-3.1.97}/tencentcloud/svp/v20240125/models.py +35 -20
- {tencentcloud_sdk_python_svp-3.1.26 → tencentcloud_sdk_python_svp-3.1.97}/tencentcloud_sdk_python_svp.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_svp-3.1.97/tencentcloud_sdk_python_svp.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_svp-3.1.26/tencentcloud_sdk_python_svp.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_svp-3.1.26 → tencentcloud_sdk_python_svp-3.1.97}/README.rst +0 -0
- {tencentcloud_sdk_python_svp-3.1.26 → tencentcloud_sdk_python_svp-3.1.97}/setup.cfg +0 -0
- {tencentcloud_sdk_python_svp-3.1.26 → tencentcloud_sdk_python_svp-3.1.97}/tencentcloud/svp/__init__.py +0 -0
- {tencentcloud_sdk_python_svp-3.1.26 → tencentcloud_sdk_python_svp-3.1.97}/tencentcloud/svp/v20240125/__init__.py +0 -0
- {tencentcloud_sdk_python_svp-3.1.26 → tencentcloud_sdk_python_svp-3.1.97}/tencentcloud/svp/v20240125/errorcodes.py +0 -0
- {tencentcloud_sdk_python_svp-3.1.26 → tencentcloud_sdk_python_svp-3.1.97}/tencentcloud/svp/v20240125/svp_client.py +0 -0
- {tencentcloud_sdk_python_svp-3.1.26 → tencentcloud_sdk_python_svp-3.1.97}/tencentcloud/svp/v20240125/svp_client_async.py +0 -0
- {tencentcloud_sdk_python_svp-3.1.26 → tencentcloud_sdk_python_svp-3.1.97}/tencentcloud_sdk_python_svp.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_svp-3.1.26 → tencentcloud_sdk_python_svp-3.1.97}/tencentcloud_sdk_python_svp.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_svp-3.1.26 → tencentcloud_sdk_python_svp-3.1.97}/tencentcloud_sdk_python_svp.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-svp
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.97
|
|
4
4
|
Summary: Tencent Cloud Svp 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.97
|
|
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-svp',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.97,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Svp SDK for Python',
|
|
@@ -25,24 +25,26 @@ class CreateSavingPlanOrderRequest(AbstractModel):
|
|
|
25
25
|
|
|
26
26
|
def __init__(self):
|
|
27
27
|
r"""
|
|
28
|
-
:param _RegionId:
|
|
28
|
+
:param _RegionId: <p>地域编码</p>
|
|
29
29
|
:type RegionId: int
|
|
30
|
-
:param _ZoneId:
|
|
30
|
+
:param _ZoneId: <p>区域编码</p>
|
|
31
31
|
:type ZoneId: int
|
|
32
|
-
:param _PrePayType:
|
|
32
|
+
:param _PrePayType: <p>预付费类型</p><p>枚举值:</p><ul><li>1: 全预费</li><li>2: 部分预付</li><li>3: 不预付</li></ul>
|
|
33
33
|
:type PrePayType: str
|
|
34
|
-
:param _TimeSpan:
|
|
34
|
+
:param _TimeSpan: <p>时长</p>
|
|
35
35
|
:type TimeSpan: int
|
|
36
|
-
:param _TimeUnit:
|
|
36
|
+
:param _TimeUnit: <p>时长单位</p>
|
|
37
37
|
:type TimeUnit: str
|
|
38
|
-
:param _CommodityCode:
|
|
38
|
+
:param _CommodityCode: <p>商品唯一标识</p>
|
|
39
39
|
:type CommodityCode: str
|
|
40
|
-
:param _PromiseUseAmount:
|
|
40
|
+
:param _PromiseUseAmount: <p>承诺时长内的小额金额(单位:元)</p>
|
|
41
41
|
:type PromiseUseAmount: int
|
|
42
|
-
:param _SpecifyEffectTime:
|
|
42
|
+
:param _SpecifyEffectTime: <p>节省计划的指定生效时间,若不传则为当前下单时间。传参数格式:"2023-10-01 00:00:00",仅支持指定日期的0点时刻</p>
|
|
43
43
|
:type SpecifyEffectTime: str
|
|
44
|
-
:param _ClientToken:
|
|
44
|
+
:param _ClientToken: <p>可重入ID</p>
|
|
45
45
|
:type ClientToken: str
|
|
46
|
+
:param _CommitmentPeriod: <p>节省计划结算类型</p><p>枚举值:</p><ul><li>1: 小时结算包</li><li>2: 日结算包</li><li>3: 月结算包</li></ul><p>默认值:1</p><p>不填写是默认是小时结算包</p>
|
|
47
|
+
:type CommitmentPeriod: int
|
|
46
48
|
"""
|
|
47
49
|
self._RegionId = None
|
|
48
50
|
self._ZoneId = None
|
|
@@ -53,10 +55,11 @@ class CreateSavingPlanOrderRequest(AbstractModel):
|
|
|
53
55
|
self._PromiseUseAmount = None
|
|
54
56
|
self._SpecifyEffectTime = None
|
|
55
57
|
self._ClientToken = None
|
|
58
|
+
self._CommitmentPeriod = None
|
|
56
59
|
|
|
57
60
|
@property
|
|
58
61
|
def RegionId(self):
|
|
59
|
-
r"""
|
|
62
|
+
r"""<p>地域编码</p>
|
|
60
63
|
:rtype: int
|
|
61
64
|
"""
|
|
62
65
|
return self._RegionId
|
|
@@ -67,7 +70,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
|
|
|
67
70
|
|
|
68
71
|
@property
|
|
69
72
|
def ZoneId(self):
|
|
70
|
-
r"""
|
|
73
|
+
r"""<p>区域编码</p>
|
|
71
74
|
:rtype: int
|
|
72
75
|
"""
|
|
73
76
|
return self._ZoneId
|
|
@@ -78,7 +81,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
|
|
|
78
81
|
|
|
79
82
|
@property
|
|
80
83
|
def PrePayType(self):
|
|
81
|
-
r"""
|
|
84
|
+
r"""<p>预付费类型</p><p>枚举值:</p><ul><li>1: 全预费</li><li>2: 部分预付</li><li>3: 不预付</li></ul>
|
|
82
85
|
:rtype: str
|
|
83
86
|
"""
|
|
84
87
|
return self._PrePayType
|
|
@@ -89,7 +92,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
|
|
|
89
92
|
|
|
90
93
|
@property
|
|
91
94
|
def TimeSpan(self):
|
|
92
|
-
r"""
|
|
95
|
+
r"""<p>时长</p>
|
|
93
96
|
:rtype: int
|
|
94
97
|
"""
|
|
95
98
|
return self._TimeSpan
|
|
@@ -100,7 +103,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
|
|
|
100
103
|
|
|
101
104
|
@property
|
|
102
105
|
def TimeUnit(self):
|
|
103
|
-
r"""
|
|
106
|
+
r"""<p>时长单位</p>
|
|
104
107
|
:rtype: str
|
|
105
108
|
"""
|
|
106
109
|
return self._TimeUnit
|
|
@@ -111,7 +114,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
|
|
|
111
114
|
|
|
112
115
|
@property
|
|
113
116
|
def CommodityCode(self):
|
|
114
|
-
r"""
|
|
117
|
+
r"""<p>商品唯一标识</p>
|
|
115
118
|
:rtype: str
|
|
116
119
|
"""
|
|
117
120
|
return self._CommodityCode
|
|
@@ -122,7 +125,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
|
|
|
122
125
|
|
|
123
126
|
@property
|
|
124
127
|
def PromiseUseAmount(self):
|
|
125
|
-
r"""
|
|
128
|
+
r"""<p>承诺时长内的小额金额(单位:元)</p>
|
|
126
129
|
:rtype: int
|
|
127
130
|
"""
|
|
128
131
|
return self._PromiseUseAmount
|
|
@@ -133,7 +136,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
|
|
|
133
136
|
|
|
134
137
|
@property
|
|
135
138
|
def SpecifyEffectTime(self):
|
|
136
|
-
r"""
|
|
139
|
+
r"""<p>节省计划的指定生效时间,若不传则为当前下单时间。传参数格式:"2023-10-01 00:00:00",仅支持指定日期的0点时刻</p>
|
|
137
140
|
:rtype: str
|
|
138
141
|
"""
|
|
139
142
|
return self._SpecifyEffectTime
|
|
@@ -144,7 +147,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
|
|
|
144
147
|
|
|
145
148
|
@property
|
|
146
149
|
def ClientToken(self):
|
|
147
|
-
r"""
|
|
150
|
+
r"""<p>可重入ID</p>
|
|
148
151
|
:rtype: str
|
|
149
152
|
"""
|
|
150
153
|
return self._ClientToken
|
|
@@ -153,6 +156,17 @@ class CreateSavingPlanOrderRequest(AbstractModel):
|
|
|
153
156
|
def ClientToken(self, ClientToken):
|
|
154
157
|
self._ClientToken = ClientToken
|
|
155
158
|
|
|
159
|
+
@property
|
|
160
|
+
def CommitmentPeriod(self):
|
|
161
|
+
r"""<p>节省计划结算类型</p><p>枚举值:</p><ul><li>1: 小时结算包</li><li>2: 日结算包</li><li>3: 月结算包</li></ul><p>默认值:1</p><p>不填写是默认是小时结算包</p>
|
|
162
|
+
:rtype: int
|
|
163
|
+
"""
|
|
164
|
+
return self._CommitmentPeriod
|
|
165
|
+
|
|
166
|
+
@CommitmentPeriod.setter
|
|
167
|
+
def CommitmentPeriod(self, CommitmentPeriod):
|
|
168
|
+
self._CommitmentPeriod = CommitmentPeriod
|
|
169
|
+
|
|
156
170
|
|
|
157
171
|
def _deserialize(self, params):
|
|
158
172
|
self._RegionId = params.get("RegionId")
|
|
@@ -164,6 +178,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
|
|
|
164
178
|
self._PromiseUseAmount = params.get("PromiseUseAmount")
|
|
165
179
|
self._SpecifyEffectTime = params.get("SpecifyEffectTime")
|
|
166
180
|
self._ClientToken = params.get("ClientToken")
|
|
181
|
+
self._CommitmentPeriod = params.get("CommitmentPeriod")
|
|
167
182
|
memeber_set = set(params.keys())
|
|
168
183
|
for name, value in vars(self).items():
|
|
169
184
|
property_name = name[1:]
|
|
@@ -181,7 +196,7 @@ class CreateSavingPlanOrderResponse(AbstractModel):
|
|
|
181
196
|
|
|
182
197
|
def __init__(self):
|
|
183
198
|
r"""
|
|
184
|
-
:param _BigDealId:
|
|
199
|
+
:param _BigDealId: <p>订单号</p>
|
|
185
200
|
:type BigDealId: str
|
|
186
201
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
187
202
|
:type RequestId: str
|
|
@@ -191,7 +206,7 @@ class CreateSavingPlanOrderResponse(AbstractModel):
|
|
|
191
206
|
|
|
192
207
|
@property
|
|
193
208
|
def BigDealId(self):
|
|
194
|
-
r"""
|
|
209
|
+
r"""<p>订单号</p>
|
|
195
210
|
:rtype: str
|
|
196
211
|
"""
|
|
197
212
|
return self._BigDealId
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-svp
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.97
|
|
4
4
|
Summary: Tencent Cloud Svp 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.97
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.97
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.26
|
|
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
|