tencentcloud-sdk-python-svp 3.0.1343__py2.py3-none-any.whl → 3.0.1345__py2.py3-none-any.whl
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/__init__.py +1 -1
- tencentcloud/svp/v20240125/models.py +0 -42
- {tencentcloud_sdk_python_svp-3.0.1343.dist-info → tencentcloud_sdk_python_svp-3.0.1345.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_svp-3.0.1345.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_svp-3.0.1343.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_svp-3.0.1343.dist-info → tencentcloud_sdk_python_svp-3.0.1345.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_svp-3.0.1343.dist-info → tencentcloud_sdk_python_svp-3.0.1345.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -736,7 +736,6 @@ class DescribeSavingPlanOverviewResponse(AbstractModel):
|
|
736
736
|
def __init__(self):
|
737
737
|
r"""
|
738
738
|
:param _Overviews: 节省计划总览明细数据
|
739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
740
739
|
:type Overviews: list of SavingPlanOverviewDetail
|
741
740
|
:param _Total: 查询命中的节省计划总览明细数据总条数
|
742
741
|
:type Total: int
|
@@ -750,7 +749,6 @@ class DescribeSavingPlanOverviewResponse(AbstractModel):
|
|
750
749
|
@property
|
751
750
|
def Overviews(self):
|
752
751
|
"""节省计划总览明细数据
|
753
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
754
752
|
:rtype: list of SavingPlanOverviewDetail
|
755
753
|
"""
|
756
754
|
return self._Overviews
|
@@ -1287,64 +1285,44 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1287
1285
|
def __init__(self):
|
1288
1286
|
r"""
|
1289
1287
|
:param _OwnerUin: 账号id
|
1290
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1291
1288
|
:type OwnerUin: str
|
1292
1289
|
:param _OwnerUinName: 账号名称
|
1293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1294
1290
|
:type OwnerUinName: str
|
1295
1291
|
:param _PayerUin: 抵扣账号id
|
1296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1297
1292
|
:type PayerUin: str
|
1298
1293
|
:param _PayerUinName: 抵扣账号名称
|
1299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1300
1294
|
:type PayerUinName: str
|
1301
1295
|
:param _SpId: 节省计划资源id
|
1302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1303
1296
|
:type SpId: str
|
1304
1297
|
:param _ProductCode: 产品编码
|
1305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1306
1298
|
:type ProductCode: str
|
1307
1299
|
:param _ProductName: 产品名称
|
1308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1309
1300
|
:type ProductName: str
|
1310
1301
|
:param _SubProductCode: 子产品编码
|
1311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1312
1302
|
:type SubProductCode: str
|
1313
1303
|
:param _SubProductName: 子产品名称
|
1314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1315
1304
|
:type SubProductName: str
|
1316
1305
|
:param _OutTradeNo: 交易ID
|
1317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1318
1306
|
:type OutTradeNo: str
|
1319
1307
|
:param _RegionId: 地域id
|
1320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1321
1308
|
:type RegionId: int
|
1322
1309
|
:param _RegionName: 地域名称
|
1323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1324
1310
|
:type RegionName: str
|
1325
1311
|
:param _ZoneId: 地区id
|
1326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1327
1312
|
:type ZoneId: int
|
1328
1313
|
:param _ZoneName: 地区名称
|
1329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1330
1314
|
:type ZoneName: str
|
1331
1315
|
:param _SpStartTime: 开始使用时间
|
1332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1333
1316
|
:type SpStartTime: str
|
1334
1317
|
:param _SpEndTime: 结束使用时间
|
1335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1336
1318
|
:type SpEndTime: str
|
1337
1319
|
:param _DeductTime: 折扣时间
|
1338
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1339
1320
|
:type DeductTime: str
|
1340
1321
|
:param _DeductAmount: 抵扣金额,单位分
|
1341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1342
1322
|
:type DeductAmount: str
|
1343
1323
|
:param _DeductDiscount: 抵扣折扣率
|
1344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1345
1324
|
:type DeductDiscount: str
|
1346
1325
|
:param _DeductRate: 抵扣比率
|
1347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1348
1326
|
:type DeductRate: str
|
1349
1327
|
"""
|
1350
1328
|
self._OwnerUin = None
|
@@ -1371,7 +1349,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1371
1349
|
@property
|
1372
1350
|
def OwnerUin(self):
|
1373
1351
|
"""账号id
|
1374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1375
1352
|
:rtype: str
|
1376
1353
|
"""
|
1377
1354
|
return self._OwnerUin
|
@@ -1383,7 +1360,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1383
1360
|
@property
|
1384
1361
|
def OwnerUinName(self):
|
1385
1362
|
"""账号名称
|
1386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1387
1363
|
:rtype: str
|
1388
1364
|
"""
|
1389
1365
|
return self._OwnerUinName
|
@@ -1395,7 +1371,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1395
1371
|
@property
|
1396
1372
|
def PayerUin(self):
|
1397
1373
|
"""抵扣账号id
|
1398
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1399
1374
|
:rtype: str
|
1400
1375
|
"""
|
1401
1376
|
return self._PayerUin
|
@@ -1407,7 +1382,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1407
1382
|
@property
|
1408
1383
|
def PayerUinName(self):
|
1409
1384
|
"""抵扣账号名称
|
1410
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1411
1385
|
:rtype: str
|
1412
1386
|
"""
|
1413
1387
|
return self._PayerUinName
|
@@ -1419,7 +1393,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1419
1393
|
@property
|
1420
1394
|
def SpId(self):
|
1421
1395
|
"""节省计划资源id
|
1422
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1423
1396
|
:rtype: str
|
1424
1397
|
"""
|
1425
1398
|
return self._SpId
|
@@ -1431,7 +1404,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1431
1404
|
@property
|
1432
1405
|
def ProductCode(self):
|
1433
1406
|
"""产品编码
|
1434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1435
1407
|
:rtype: str
|
1436
1408
|
"""
|
1437
1409
|
return self._ProductCode
|
@@ -1443,7 +1415,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1443
1415
|
@property
|
1444
1416
|
def ProductName(self):
|
1445
1417
|
"""产品名称
|
1446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1447
1418
|
:rtype: str
|
1448
1419
|
"""
|
1449
1420
|
return self._ProductName
|
@@ -1455,7 +1426,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1455
1426
|
@property
|
1456
1427
|
def SubProductCode(self):
|
1457
1428
|
"""子产品编码
|
1458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1459
1429
|
:rtype: str
|
1460
1430
|
"""
|
1461
1431
|
return self._SubProductCode
|
@@ -1467,7 +1437,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1467
1437
|
@property
|
1468
1438
|
def SubProductName(self):
|
1469
1439
|
"""子产品名称
|
1470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1471
1440
|
:rtype: str
|
1472
1441
|
"""
|
1473
1442
|
return self._SubProductName
|
@@ -1479,7 +1448,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1479
1448
|
@property
|
1480
1449
|
def OutTradeNo(self):
|
1481
1450
|
"""交易ID
|
1482
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1483
1451
|
:rtype: str
|
1484
1452
|
"""
|
1485
1453
|
return self._OutTradeNo
|
@@ -1491,7 +1459,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1491
1459
|
@property
|
1492
1460
|
def RegionId(self):
|
1493
1461
|
"""地域id
|
1494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1495
1462
|
:rtype: int
|
1496
1463
|
"""
|
1497
1464
|
return self._RegionId
|
@@ -1503,7 +1470,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1503
1470
|
@property
|
1504
1471
|
def RegionName(self):
|
1505
1472
|
"""地域名称
|
1506
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1507
1473
|
:rtype: str
|
1508
1474
|
"""
|
1509
1475
|
return self._RegionName
|
@@ -1515,7 +1481,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1515
1481
|
@property
|
1516
1482
|
def ZoneId(self):
|
1517
1483
|
"""地区id
|
1518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1519
1484
|
:rtype: int
|
1520
1485
|
"""
|
1521
1486
|
return self._ZoneId
|
@@ -1527,7 +1492,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1527
1492
|
@property
|
1528
1493
|
def ZoneName(self):
|
1529
1494
|
"""地区名称
|
1530
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1531
1495
|
:rtype: str
|
1532
1496
|
"""
|
1533
1497
|
return self._ZoneName
|
@@ -1539,7 +1503,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1539
1503
|
@property
|
1540
1504
|
def SpStartTime(self):
|
1541
1505
|
"""开始使用时间
|
1542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1543
1506
|
:rtype: str
|
1544
1507
|
"""
|
1545
1508
|
return self._SpStartTime
|
@@ -1551,7 +1514,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1551
1514
|
@property
|
1552
1515
|
def SpEndTime(self):
|
1553
1516
|
"""结束使用时间
|
1554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1555
1517
|
:rtype: str
|
1556
1518
|
"""
|
1557
1519
|
return self._SpEndTime
|
@@ -1563,7 +1525,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1563
1525
|
@property
|
1564
1526
|
def DeductTime(self):
|
1565
1527
|
"""折扣时间
|
1566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1567
1528
|
:rtype: str
|
1568
1529
|
"""
|
1569
1530
|
return self._DeductTime
|
@@ -1575,7 +1536,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1575
1536
|
@property
|
1576
1537
|
def DeductAmount(self):
|
1577
1538
|
"""抵扣金额,单位分
|
1578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1579
1539
|
:rtype: str
|
1580
1540
|
"""
|
1581
1541
|
return self._DeductAmount
|
@@ -1587,7 +1547,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1587
1547
|
@property
|
1588
1548
|
def DeductDiscount(self):
|
1589
1549
|
"""抵扣折扣率
|
1590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1591
1550
|
:rtype: str
|
1592
1551
|
"""
|
1593
1552
|
return self._DeductDiscount
|
@@ -1599,7 +1558,6 @@ class SavingPlanDeductDetail(AbstractModel):
|
|
1599
1558
|
@property
|
1600
1559
|
def DeductRate(self):
|
1601
1560
|
"""抵扣比率
|
1602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1603
1561
|
:rtype: str
|
1604
1562
|
"""
|
1605
1563
|
return self._DeductRate
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tencentcloud-sdk-python-svp
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1345
|
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 (==3.0.
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1345)
|
19
19
|
|
20
20
|
============================
|
21
21
|
Tencent Cloud SDK for Python
|
@@ -0,0 +1,10 @@
|
|
1
|
+
tencentcloud/__init__.py,sha256=jYpSyz3hvexo8f5C3Gzmg7jKgZuIgD49QH0dVxau0hs,631
|
2
|
+
tencentcloud/svp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
+
tencentcloud/svp/v20240125/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
+
tencentcloud/svp/v20240125/errorcodes.py,sha256=NuhA524BGgXCi_nK8HMb1PAi6sIO-NGvGuwV7GF6sEE,828
|
5
|
+
tencentcloud/svp/v20240125/models.py,sha256=iaHet0MgUvnwIx0gX5jiyKSPb-sFv0k8X_LeAn9TkeM,55215
|
6
|
+
tencentcloud/svp/v20240125/svp_client.py,sha256=w4R8HPmrKSvyXa0GIxaSkqv_T7XnlQcMRfRI3p1eTvs,5795
|
7
|
+
tencentcloud_sdk_python_svp-3.0.1345.dist-info/METADATA,sha256=3D7MKkHJYgsTCn0BjwYXPeIzeZNJryeCbSb3pk4mOwo,1496
|
8
|
+
tencentcloud_sdk_python_svp-3.0.1345.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
+
tencentcloud_sdk_python_svp-3.0.1345.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
+
tencentcloud_sdk_python_svp-3.0.1345.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
tencentcloud/__init__.py,sha256=s7LwkG66ZXYcnx4xZ2nHGo5prbuJ0tmXrBTxONCFyQw,631
|
2
|
-
tencentcloud/svp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
-
tencentcloud/svp/v20240125/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
-
tencentcloud/svp/v20240125/errorcodes.py,sha256=NuhA524BGgXCi_nK8HMb1PAi6sIO-NGvGuwV7GF6sEE,828
|
5
|
-
tencentcloud/svp/v20240125/models.py,sha256=xiMmwYkI6NY2cUnutiR0pP2GlmA30OyoiKz2TU1ixSU,57987
|
6
|
-
tencentcloud/svp/v20240125/svp_client.py,sha256=w4R8HPmrKSvyXa0GIxaSkqv_T7XnlQcMRfRI3p1eTvs,5795
|
7
|
-
tencentcloud_sdk_python_svp-3.0.1343.dist-info/METADATA,sha256=bSiCTLl9CSvDxxSls3fY9aPQxhleZqpAokJNA-WtATU,1496
|
8
|
-
tencentcloud_sdk_python_svp-3.0.1343.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
-
tencentcloud_sdk_python_svp-3.0.1343.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
-
tencentcloud_sdk_python_svp-3.0.1343.dist-info/RECORD,,
|
File without changes
|
File without changes
|