tencentcloud-sdk-python-svp 3.0.1344__tar.gz → 3.0.1346__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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-svp-3.0.1344 → tencentcloud-sdk-python-svp-3.0.1346}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-svp-3.0.1344 → tencentcloud-sdk-python-svp-3.0.1346}/setup.py +1 -1
  3. {tencentcloud-sdk-python-svp-3.0.1344 → tencentcloud-sdk-python-svp-3.0.1346}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-svp-3.0.1344 → tencentcloud-sdk-python-svp-3.0.1346}/tencentcloud/svp/v20240125/models.py +0 -44
  5. {tencentcloud-sdk-python-svp-3.0.1344 → tencentcloud-sdk-python-svp-3.0.1346}/tencentcloud_sdk_python_svp.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-svp-3.0.1346/tencentcloud_sdk_python_svp.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-svp-3.0.1344/tencentcloud_sdk_python_svp.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-svp-3.0.1344 → tencentcloud-sdk-python-svp-3.0.1346}/README.rst +0 -0
  9. {tencentcloud-sdk-python-svp-3.0.1344 → tencentcloud-sdk-python-svp-3.0.1346}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-svp-3.0.1344 → tencentcloud-sdk-python-svp-3.0.1346}/tencentcloud/svp/__init__.py +0 -0
  11. {tencentcloud-sdk-python-svp-3.0.1344 → tencentcloud-sdk-python-svp-3.0.1346}/tencentcloud/svp/v20240125/__init__.py +0 -0
  12. {tencentcloud-sdk-python-svp-3.0.1344 → tencentcloud-sdk-python-svp-3.0.1346}/tencentcloud/svp/v20240125/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-svp-3.0.1344 → tencentcloud-sdk-python-svp-3.0.1346}/tencentcloud/svp/v20240125/svp_client.py +0 -0
  14. {tencentcloud-sdk-python-svp-3.0.1344 → tencentcloud-sdk-python-svp-3.0.1346}/tencentcloud_sdk_python_svp.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-svp-3.0.1344 → tencentcloud-sdk-python-svp-3.0.1346}/tencentcloud_sdk_python_svp.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-svp-3.0.1344 → tencentcloud-sdk-python-svp-3.0.1346}/tencentcloud_sdk_python_svp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-svp
3
- Version: 3.0.1344
3
+ Version: 3.0.1346
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
@@ -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.0.1344"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1346"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Svp SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1344'
17
+ __version__ = '3.0.1346'
@@ -590,7 +590,6 @@ class DescribeSavingPlanDeductResponse(AbstractModel):
590
590
  def __init__(self):
591
591
  r"""
592
592
  :param _Total: 查询命中的节省计划抵扣明细数据总条数
593
- 注意:此字段可能返回 null,表示取不到有效值。
594
593
  :type Total: int
595
594
  :param _Deducts: 查询命中的节省计划抵扣明细数据明细
596
595
  :type Deducts: list of SavingPlanDeductDetail
@@ -604,7 +603,6 @@ class DescribeSavingPlanDeductResponse(AbstractModel):
604
603
  @property
605
604
  def Total(self):
606
605
  """查询命中的节省计划抵扣明细数据总条数
607
- 注意:此字段可能返回 null,表示取不到有效值。
608
606
  :rtype: int
609
607
  """
610
608
  return self._Total
@@ -736,7 +734,6 @@ class DescribeSavingPlanOverviewResponse(AbstractModel):
736
734
  def __init__(self):
737
735
  r"""
738
736
  :param _Overviews: 节省计划总览明细数据
739
- 注意:此字段可能返回 null,表示取不到有效值。
740
737
  :type Overviews: list of SavingPlanOverviewDetail
741
738
  :param _Total: 查询命中的节省计划总览明细数据总条数
742
739
  :type Total: int
@@ -750,7 +747,6 @@ class DescribeSavingPlanOverviewResponse(AbstractModel):
750
747
  @property
751
748
  def Overviews(self):
752
749
  """节省计划总览明细数据
753
- 注意:此字段可能返回 null,表示取不到有效值。
754
750
  :rtype: list of SavingPlanOverviewDetail
755
751
  """
756
752
  return self._Overviews
@@ -1287,64 +1283,44 @@ class SavingPlanDeductDetail(AbstractModel):
1287
1283
  def __init__(self):
1288
1284
  r"""
1289
1285
  :param _OwnerUin: 账号id
1290
- 注意:此字段可能返回 null,表示取不到有效值。
1291
1286
  :type OwnerUin: str
1292
1287
  :param _OwnerUinName: 账号名称
1293
- 注意:此字段可能返回 null,表示取不到有效值。
1294
1288
  :type OwnerUinName: str
1295
1289
  :param _PayerUin: 抵扣账号id
1296
- 注意:此字段可能返回 null,表示取不到有效值。
1297
1290
  :type PayerUin: str
1298
1291
  :param _PayerUinName: 抵扣账号名称
1299
- 注意:此字段可能返回 null,表示取不到有效值。
1300
1292
  :type PayerUinName: str
1301
1293
  :param _SpId: 节省计划资源id
1302
- 注意:此字段可能返回 null,表示取不到有效值。
1303
1294
  :type SpId: str
1304
1295
  :param _ProductCode: 产品编码
1305
- 注意:此字段可能返回 null,表示取不到有效值。
1306
1296
  :type ProductCode: str
1307
1297
  :param _ProductName: 产品名称
1308
- 注意:此字段可能返回 null,表示取不到有效值。
1309
1298
  :type ProductName: str
1310
1299
  :param _SubProductCode: 子产品编码
1311
- 注意:此字段可能返回 null,表示取不到有效值。
1312
1300
  :type SubProductCode: str
1313
1301
  :param _SubProductName: 子产品名称
1314
- 注意:此字段可能返回 null,表示取不到有效值。
1315
1302
  :type SubProductName: str
1316
1303
  :param _OutTradeNo: 交易ID
1317
- 注意:此字段可能返回 null,表示取不到有效值。
1318
1304
  :type OutTradeNo: str
1319
1305
  :param _RegionId: 地域id
1320
- 注意:此字段可能返回 null,表示取不到有效值。
1321
1306
  :type RegionId: int
1322
1307
  :param _RegionName: 地域名称
1323
- 注意:此字段可能返回 null,表示取不到有效值。
1324
1308
  :type RegionName: str
1325
1309
  :param _ZoneId: 地区id
1326
- 注意:此字段可能返回 null,表示取不到有效值。
1327
1310
  :type ZoneId: int
1328
1311
  :param _ZoneName: 地区名称
1329
- 注意:此字段可能返回 null,表示取不到有效值。
1330
1312
  :type ZoneName: str
1331
1313
  :param _SpStartTime: 开始使用时间
1332
- 注意:此字段可能返回 null,表示取不到有效值。
1333
1314
  :type SpStartTime: str
1334
1315
  :param _SpEndTime: 结束使用时间
1335
- 注意:此字段可能返回 null,表示取不到有效值。
1336
1316
  :type SpEndTime: str
1337
1317
  :param _DeductTime: 折扣时间
1338
- 注意:此字段可能返回 null,表示取不到有效值。
1339
1318
  :type DeductTime: str
1340
1319
  :param _DeductAmount: 抵扣金额,单位分
1341
- 注意:此字段可能返回 null,表示取不到有效值。
1342
1320
  :type DeductAmount: str
1343
1321
  :param _DeductDiscount: 抵扣折扣率
1344
- 注意:此字段可能返回 null,表示取不到有效值。
1345
1322
  :type DeductDiscount: str
1346
1323
  :param _DeductRate: 抵扣比率
1347
- 注意:此字段可能返回 null,表示取不到有效值。
1348
1324
  :type DeductRate: str
1349
1325
  """
1350
1326
  self._OwnerUin = None
@@ -1371,7 +1347,6 @@ class SavingPlanDeductDetail(AbstractModel):
1371
1347
  @property
1372
1348
  def OwnerUin(self):
1373
1349
  """账号id
1374
- 注意:此字段可能返回 null,表示取不到有效值。
1375
1350
  :rtype: str
1376
1351
  """
1377
1352
  return self._OwnerUin
@@ -1383,7 +1358,6 @@ class SavingPlanDeductDetail(AbstractModel):
1383
1358
  @property
1384
1359
  def OwnerUinName(self):
1385
1360
  """账号名称
1386
- 注意:此字段可能返回 null,表示取不到有效值。
1387
1361
  :rtype: str
1388
1362
  """
1389
1363
  return self._OwnerUinName
@@ -1395,7 +1369,6 @@ class SavingPlanDeductDetail(AbstractModel):
1395
1369
  @property
1396
1370
  def PayerUin(self):
1397
1371
  """抵扣账号id
1398
- 注意:此字段可能返回 null,表示取不到有效值。
1399
1372
  :rtype: str
1400
1373
  """
1401
1374
  return self._PayerUin
@@ -1407,7 +1380,6 @@ class SavingPlanDeductDetail(AbstractModel):
1407
1380
  @property
1408
1381
  def PayerUinName(self):
1409
1382
  """抵扣账号名称
1410
- 注意:此字段可能返回 null,表示取不到有效值。
1411
1383
  :rtype: str
1412
1384
  """
1413
1385
  return self._PayerUinName
@@ -1419,7 +1391,6 @@ class SavingPlanDeductDetail(AbstractModel):
1419
1391
  @property
1420
1392
  def SpId(self):
1421
1393
  """节省计划资源id
1422
- 注意:此字段可能返回 null,表示取不到有效值。
1423
1394
  :rtype: str
1424
1395
  """
1425
1396
  return self._SpId
@@ -1431,7 +1402,6 @@ class SavingPlanDeductDetail(AbstractModel):
1431
1402
  @property
1432
1403
  def ProductCode(self):
1433
1404
  """产品编码
1434
- 注意:此字段可能返回 null,表示取不到有效值。
1435
1405
  :rtype: str
1436
1406
  """
1437
1407
  return self._ProductCode
@@ -1443,7 +1413,6 @@ class SavingPlanDeductDetail(AbstractModel):
1443
1413
  @property
1444
1414
  def ProductName(self):
1445
1415
  """产品名称
1446
- 注意:此字段可能返回 null,表示取不到有效值。
1447
1416
  :rtype: str
1448
1417
  """
1449
1418
  return self._ProductName
@@ -1455,7 +1424,6 @@ class SavingPlanDeductDetail(AbstractModel):
1455
1424
  @property
1456
1425
  def SubProductCode(self):
1457
1426
  """子产品编码
1458
- 注意:此字段可能返回 null,表示取不到有效值。
1459
1427
  :rtype: str
1460
1428
  """
1461
1429
  return self._SubProductCode
@@ -1467,7 +1435,6 @@ class SavingPlanDeductDetail(AbstractModel):
1467
1435
  @property
1468
1436
  def SubProductName(self):
1469
1437
  """子产品名称
1470
- 注意:此字段可能返回 null,表示取不到有效值。
1471
1438
  :rtype: str
1472
1439
  """
1473
1440
  return self._SubProductName
@@ -1479,7 +1446,6 @@ class SavingPlanDeductDetail(AbstractModel):
1479
1446
  @property
1480
1447
  def OutTradeNo(self):
1481
1448
  """交易ID
1482
- 注意:此字段可能返回 null,表示取不到有效值。
1483
1449
  :rtype: str
1484
1450
  """
1485
1451
  return self._OutTradeNo
@@ -1491,7 +1457,6 @@ class SavingPlanDeductDetail(AbstractModel):
1491
1457
  @property
1492
1458
  def RegionId(self):
1493
1459
  """地域id
1494
- 注意:此字段可能返回 null,表示取不到有效值。
1495
1460
  :rtype: int
1496
1461
  """
1497
1462
  return self._RegionId
@@ -1503,7 +1468,6 @@ class SavingPlanDeductDetail(AbstractModel):
1503
1468
  @property
1504
1469
  def RegionName(self):
1505
1470
  """地域名称
1506
- 注意:此字段可能返回 null,表示取不到有效值。
1507
1471
  :rtype: str
1508
1472
  """
1509
1473
  return self._RegionName
@@ -1515,7 +1479,6 @@ class SavingPlanDeductDetail(AbstractModel):
1515
1479
  @property
1516
1480
  def ZoneId(self):
1517
1481
  """地区id
1518
- 注意:此字段可能返回 null,表示取不到有效值。
1519
1482
  :rtype: int
1520
1483
  """
1521
1484
  return self._ZoneId
@@ -1527,7 +1490,6 @@ class SavingPlanDeductDetail(AbstractModel):
1527
1490
  @property
1528
1491
  def ZoneName(self):
1529
1492
  """地区名称
1530
- 注意:此字段可能返回 null,表示取不到有效值。
1531
1493
  :rtype: str
1532
1494
  """
1533
1495
  return self._ZoneName
@@ -1539,7 +1501,6 @@ class SavingPlanDeductDetail(AbstractModel):
1539
1501
  @property
1540
1502
  def SpStartTime(self):
1541
1503
  """开始使用时间
1542
- 注意:此字段可能返回 null,表示取不到有效值。
1543
1504
  :rtype: str
1544
1505
  """
1545
1506
  return self._SpStartTime
@@ -1551,7 +1512,6 @@ class SavingPlanDeductDetail(AbstractModel):
1551
1512
  @property
1552
1513
  def SpEndTime(self):
1553
1514
  """结束使用时间
1554
- 注意:此字段可能返回 null,表示取不到有效值。
1555
1515
  :rtype: str
1556
1516
  """
1557
1517
  return self._SpEndTime
@@ -1563,7 +1523,6 @@ class SavingPlanDeductDetail(AbstractModel):
1563
1523
  @property
1564
1524
  def DeductTime(self):
1565
1525
  """折扣时间
1566
- 注意:此字段可能返回 null,表示取不到有效值。
1567
1526
  :rtype: str
1568
1527
  """
1569
1528
  return self._DeductTime
@@ -1575,7 +1534,6 @@ class SavingPlanDeductDetail(AbstractModel):
1575
1534
  @property
1576
1535
  def DeductAmount(self):
1577
1536
  """抵扣金额,单位分
1578
- 注意:此字段可能返回 null,表示取不到有效值。
1579
1537
  :rtype: str
1580
1538
  """
1581
1539
  return self._DeductAmount
@@ -1587,7 +1545,6 @@ class SavingPlanDeductDetail(AbstractModel):
1587
1545
  @property
1588
1546
  def DeductDiscount(self):
1589
1547
  """抵扣折扣率
1590
- 注意:此字段可能返回 null,表示取不到有效值。
1591
1548
  :rtype: str
1592
1549
  """
1593
1550
  return self._DeductDiscount
@@ -1599,7 +1556,6 @@ class SavingPlanDeductDetail(AbstractModel):
1599
1556
  @property
1600
1557
  def DeductRate(self):
1601
1558
  """抵扣比率
1602
- 注意:此字段可能返回 null,表示取不到有效值。
1603
1559
  :rtype: str
1604
1560
  """
1605
1561
  return self._DeductRate
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-svp
3
- Version: 3.0.1344
3
+ Version: 3.0.1346
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1346
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1344