tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -2862,27 +2862,25 @@ class DescribeAgentDealsByCacheRequest(AbstractModel):
|
|
|
2862
2862
|
|
|
2863
2863
|
def __init__(self):
|
|
2864
2864
|
r"""
|
|
2865
|
-
:param _Offset:
|
|
2865
|
+
:param _Offset: <p>偏移量</p>
|
|
2866
2866
|
:type Offset: int
|
|
2867
|
-
:param _Limit:
|
|
2867
|
+
:param _Limit: <p>限制数目 最大200</p>
|
|
2868
2868
|
:type Limit: int
|
|
2869
|
-
:param _CreatTimeRangeStart:
|
|
2869
|
+
:param _CreatTimeRangeStart: <p>下单时间范围起始点【*请必传并控制时间范围最大90天,避免出现超时】</p>
|
|
2870
2870
|
:type CreatTimeRangeStart: str
|
|
2871
|
-
:param _CreatTimeRangeEnd:
|
|
2871
|
+
:param _CreatTimeRangeEnd: <p>下单时间范围终止点【*请必传并控制时间范围最大90天,避免出现超时】</p>
|
|
2872
2872
|
:type CreatTimeRangeEnd: str
|
|
2873
|
-
:param _Order: 0
|
|
2873
|
+
:param _Order: <p>0:下单时间降序;其他:下单时间升序</p>
|
|
2874
2874
|
:type Order: int
|
|
2875
|
-
:param _Status:
|
|
2876
|
-
|
|
2877
|
-
控制台订单状态为以上状态的组合:未支付(1) 处理中(2,3,5,12,13,30) 已取消(7) 交易成功(4) 已过期(8) 已退款(6) 订单错误(9)
|
|
2875
|
+
:param _Status: <p>子订单状态(1-待支付,2-已支付,3-发货中,4-已发货,5-发货失败,6-已退款,7-已取消,8-已过期,9-已失效,12-支付中,13-退款中,30-处理中)</p><p>控制台订单状态为以上状态的组合:未支付(1) 处理中(2,3,5,12,13,30) 已取消(7) 交易成功(4) 已过期(8) 已退款(6) 订单错误(9)</p>
|
|
2878
2876
|
:type Status: int
|
|
2879
|
-
:param _OwnerUins:
|
|
2877
|
+
:param _OwnerUins: <p>下单人账号ID列表</p>
|
|
2880
2878
|
:type OwnerUins: list of str
|
|
2881
|
-
:param _DealNames:
|
|
2879
|
+
:param _DealNames: <p>子订单号列表</p>
|
|
2882
2880
|
:type DealNames: list of str
|
|
2883
|
-
:param _BigDealIds:
|
|
2881
|
+
:param _BigDealIds: <p>大订单号列表</p>
|
|
2884
2882
|
:type BigDealIds: list of str
|
|
2885
|
-
:param _PayerMode:
|
|
2883
|
+
:param _PayerMode: <p>支付方式,0:自付;1:代付</p>
|
|
2886
2884
|
:type PayerMode: int
|
|
2887
2885
|
"""
|
|
2888
2886
|
self._Offset = None
|
|
@@ -2898,7 +2896,7 @@ class DescribeAgentDealsByCacheRequest(AbstractModel):
|
|
|
2898
2896
|
|
|
2899
2897
|
@property
|
|
2900
2898
|
def Offset(self):
|
|
2901
|
-
r"""
|
|
2899
|
+
r"""<p>偏移量</p>
|
|
2902
2900
|
:rtype: int
|
|
2903
2901
|
"""
|
|
2904
2902
|
return self._Offset
|
|
@@ -2909,7 +2907,7 @@ class DescribeAgentDealsByCacheRequest(AbstractModel):
|
|
|
2909
2907
|
|
|
2910
2908
|
@property
|
|
2911
2909
|
def Limit(self):
|
|
2912
|
-
r"""
|
|
2910
|
+
r"""<p>限制数目 最大200</p>
|
|
2913
2911
|
:rtype: int
|
|
2914
2912
|
"""
|
|
2915
2913
|
return self._Limit
|
|
@@ -2920,7 +2918,7 @@ class DescribeAgentDealsByCacheRequest(AbstractModel):
|
|
|
2920
2918
|
|
|
2921
2919
|
@property
|
|
2922
2920
|
def CreatTimeRangeStart(self):
|
|
2923
|
-
r"""
|
|
2921
|
+
r"""<p>下单时间范围起始点【*请必传并控制时间范围最大90天,避免出现超时】</p>
|
|
2924
2922
|
:rtype: str
|
|
2925
2923
|
"""
|
|
2926
2924
|
return self._CreatTimeRangeStart
|
|
@@ -2931,7 +2929,7 @@ class DescribeAgentDealsByCacheRequest(AbstractModel):
|
|
|
2931
2929
|
|
|
2932
2930
|
@property
|
|
2933
2931
|
def CreatTimeRangeEnd(self):
|
|
2934
|
-
r"""
|
|
2932
|
+
r"""<p>下单时间范围终止点【*请必传并控制时间范围最大90天,避免出现超时】</p>
|
|
2935
2933
|
:rtype: str
|
|
2936
2934
|
"""
|
|
2937
2935
|
return self._CreatTimeRangeEnd
|
|
@@ -2942,7 +2940,7 @@ class DescribeAgentDealsByCacheRequest(AbstractModel):
|
|
|
2942
2940
|
|
|
2943
2941
|
@property
|
|
2944
2942
|
def Order(self):
|
|
2945
|
-
r"""0
|
|
2943
|
+
r"""<p>0:下单时间降序;其他:下单时间升序</p>
|
|
2946
2944
|
:rtype: int
|
|
2947
2945
|
"""
|
|
2948
2946
|
return self._Order
|
|
@@ -2953,9 +2951,7 @@ class DescribeAgentDealsByCacheRequest(AbstractModel):
|
|
|
2953
2951
|
|
|
2954
2952
|
@property
|
|
2955
2953
|
def Status(self):
|
|
2956
|
-
r"""
|
|
2957
|
-
|
|
2958
|
-
控制台订单状态为以上状态的组合:未支付(1) 处理中(2,3,5,12,13,30) 已取消(7) 交易成功(4) 已过期(8) 已退款(6) 订单错误(9)
|
|
2954
|
+
r"""<p>子订单状态(1-待支付,2-已支付,3-发货中,4-已发货,5-发货失败,6-已退款,7-已取消,8-已过期,9-已失效,12-支付中,13-退款中,30-处理中)</p><p>控制台订单状态为以上状态的组合:未支付(1) 处理中(2,3,5,12,13,30) 已取消(7) 交易成功(4) 已过期(8) 已退款(6) 订单错误(9)</p>
|
|
2959
2955
|
:rtype: int
|
|
2960
2956
|
"""
|
|
2961
2957
|
return self._Status
|
|
@@ -2966,7 +2962,7 @@ class DescribeAgentDealsByCacheRequest(AbstractModel):
|
|
|
2966
2962
|
|
|
2967
2963
|
@property
|
|
2968
2964
|
def OwnerUins(self):
|
|
2969
|
-
r"""
|
|
2965
|
+
r"""<p>下单人账号ID列表</p>
|
|
2970
2966
|
:rtype: list of str
|
|
2971
2967
|
"""
|
|
2972
2968
|
return self._OwnerUins
|
|
@@ -2977,7 +2973,7 @@ class DescribeAgentDealsByCacheRequest(AbstractModel):
|
|
|
2977
2973
|
|
|
2978
2974
|
@property
|
|
2979
2975
|
def DealNames(self):
|
|
2980
|
-
r"""
|
|
2976
|
+
r"""<p>子订单号列表</p>
|
|
2981
2977
|
:rtype: list of str
|
|
2982
2978
|
"""
|
|
2983
2979
|
return self._DealNames
|
|
@@ -2988,7 +2984,7 @@ class DescribeAgentDealsByCacheRequest(AbstractModel):
|
|
|
2988
2984
|
|
|
2989
2985
|
@property
|
|
2990
2986
|
def BigDealIds(self):
|
|
2991
|
-
r"""
|
|
2987
|
+
r"""<p>大订单号列表</p>
|
|
2992
2988
|
:rtype: list of str
|
|
2993
2989
|
"""
|
|
2994
2990
|
return self._BigDealIds
|
|
@@ -2999,7 +2995,7 @@ class DescribeAgentDealsByCacheRequest(AbstractModel):
|
|
|
2999
2995
|
|
|
3000
2996
|
@property
|
|
3001
2997
|
def PayerMode(self):
|
|
3002
|
-
r"""
|
|
2998
|
+
r"""<p>支付方式,0:自付;1:代付</p>
|
|
3003
2999
|
:rtype: int
|
|
3004
3000
|
"""
|
|
3005
3001
|
return self._PayerMode
|
|
@@ -3037,9 +3033,9 @@ class DescribeAgentDealsByCacheResponse(AbstractModel):
|
|
|
3037
3033
|
|
|
3038
3034
|
def __init__(self):
|
|
3039
3035
|
r"""
|
|
3040
|
-
:param _AgentDealSet:
|
|
3036
|
+
:param _AgentDealSet: <p>订单数组</p>
|
|
3041
3037
|
:type AgentDealSet: list of AgentDealNewElem
|
|
3042
|
-
:param _TotalCount:
|
|
3038
|
+
:param _TotalCount: <p>符合条件的订单总数量</p>
|
|
3043
3039
|
:type TotalCount: int
|
|
3044
3040
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3045
3041
|
:type RequestId: str
|
|
@@ -3050,7 +3046,7 @@ class DescribeAgentDealsByCacheResponse(AbstractModel):
|
|
|
3050
3046
|
|
|
3051
3047
|
@property
|
|
3052
3048
|
def AgentDealSet(self):
|
|
3053
|
-
r"""
|
|
3049
|
+
r"""<p>订单数组</p>
|
|
3054
3050
|
:rtype: list of AgentDealNewElem
|
|
3055
3051
|
"""
|
|
3056
3052
|
return self._AgentDealSet
|
|
@@ -3061,7 +3057,7 @@ class DescribeAgentDealsByCacheResponse(AbstractModel):
|
|
|
3061
3057
|
|
|
3062
3058
|
@property
|
|
3063
3059
|
def TotalCount(self):
|
|
3064
|
-
r"""
|
|
3060
|
+
r"""<p>符合条件的订单总数量</p>
|
|
3065
3061
|
:rtype: int
|
|
3066
3062
|
"""
|
|
3067
3063
|
return self._TotalCount
|
|
@@ -3214,23 +3210,23 @@ class DescribeAgentPayDealsV2Request(AbstractModel):
|
|
|
3214
3210
|
|
|
3215
3211
|
def __init__(self):
|
|
3216
3212
|
r"""
|
|
3217
|
-
:param _Offset:
|
|
3213
|
+
:param _Offset: <p>偏移量</p>
|
|
3218
3214
|
:type Offset: int
|
|
3219
|
-
:param _Limit:
|
|
3215
|
+
:param _Limit: <p>限制数目 最大100</p>
|
|
3220
3216
|
:type Limit: int
|
|
3221
|
-
:param _CreatTimeRangeStart:
|
|
3217
|
+
:param _CreatTimeRangeStart: <p>下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)</p>
|
|
3222
3218
|
:type CreatTimeRangeStart: str
|
|
3223
|
-
:param _CreatTimeRangeEnd:
|
|
3219
|
+
:param _CreatTimeRangeEnd: <p>下单时间范围终止点</p>
|
|
3224
3220
|
:type CreatTimeRangeEnd: str
|
|
3225
|
-
:param _Order: 0
|
|
3221
|
+
:param _Order: <p>0:下单时间降序;其他:下单时间升序</p>
|
|
3226
3222
|
:type Order: int
|
|
3227
|
-
:param _Status:
|
|
3223
|
+
:param _Status: <p>订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)</p>
|
|
3228
3224
|
:type Status: int
|
|
3229
|
-
:param _OwnerUins:
|
|
3225
|
+
:param _OwnerUins: <p>下单人账号ID列表</p>
|
|
3230
3226
|
:type OwnerUins: list of str
|
|
3231
|
-
:param _DealNames:
|
|
3227
|
+
:param _DealNames: <p>子订单号列表</p>
|
|
3232
3228
|
:type DealNames: list of str
|
|
3233
|
-
:param _BigDealIds:
|
|
3229
|
+
:param _BigDealIds: <p>大订单号列表</p>
|
|
3234
3230
|
:type BigDealIds: list of str
|
|
3235
3231
|
"""
|
|
3236
3232
|
self._Offset = None
|
|
@@ -3245,7 +3241,7 @@ class DescribeAgentPayDealsV2Request(AbstractModel):
|
|
|
3245
3241
|
|
|
3246
3242
|
@property
|
|
3247
3243
|
def Offset(self):
|
|
3248
|
-
r"""
|
|
3244
|
+
r"""<p>偏移量</p>
|
|
3249
3245
|
:rtype: int
|
|
3250
3246
|
"""
|
|
3251
3247
|
return self._Offset
|
|
@@ -3256,7 +3252,7 @@ class DescribeAgentPayDealsV2Request(AbstractModel):
|
|
|
3256
3252
|
|
|
3257
3253
|
@property
|
|
3258
3254
|
def Limit(self):
|
|
3259
|
-
r"""
|
|
3255
|
+
r"""<p>限制数目 最大100</p>
|
|
3260
3256
|
:rtype: int
|
|
3261
3257
|
"""
|
|
3262
3258
|
return self._Limit
|
|
@@ -3267,7 +3263,7 @@ class DescribeAgentPayDealsV2Request(AbstractModel):
|
|
|
3267
3263
|
|
|
3268
3264
|
@property
|
|
3269
3265
|
def CreatTimeRangeStart(self):
|
|
3270
|
-
r"""
|
|
3266
|
+
r"""<p>下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)</p>
|
|
3271
3267
|
:rtype: str
|
|
3272
3268
|
"""
|
|
3273
3269
|
return self._CreatTimeRangeStart
|
|
@@ -3278,7 +3274,7 @@ class DescribeAgentPayDealsV2Request(AbstractModel):
|
|
|
3278
3274
|
|
|
3279
3275
|
@property
|
|
3280
3276
|
def CreatTimeRangeEnd(self):
|
|
3281
|
-
r"""
|
|
3277
|
+
r"""<p>下单时间范围终止点</p>
|
|
3282
3278
|
:rtype: str
|
|
3283
3279
|
"""
|
|
3284
3280
|
return self._CreatTimeRangeEnd
|
|
@@ -3289,7 +3285,7 @@ class DescribeAgentPayDealsV2Request(AbstractModel):
|
|
|
3289
3285
|
|
|
3290
3286
|
@property
|
|
3291
3287
|
def Order(self):
|
|
3292
|
-
r"""0
|
|
3288
|
+
r"""<p>0:下单时间降序;其他:下单时间升序</p>
|
|
3293
3289
|
:rtype: int
|
|
3294
3290
|
"""
|
|
3295
3291
|
return self._Order
|
|
@@ -3300,7 +3296,7 @@ class DescribeAgentPayDealsV2Request(AbstractModel):
|
|
|
3300
3296
|
|
|
3301
3297
|
@property
|
|
3302
3298
|
def Status(self):
|
|
3303
|
-
r"""
|
|
3299
|
+
r"""<p>订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)</p>
|
|
3304
3300
|
:rtype: int
|
|
3305
3301
|
"""
|
|
3306
3302
|
return self._Status
|
|
@@ -3311,7 +3307,7 @@ class DescribeAgentPayDealsV2Request(AbstractModel):
|
|
|
3311
3307
|
|
|
3312
3308
|
@property
|
|
3313
3309
|
def OwnerUins(self):
|
|
3314
|
-
r"""
|
|
3310
|
+
r"""<p>下单人账号ID列表</p>
|
|
3315
3311
|
:rtype: list of str
|
|
3316
3312
|
"""
|
|
3317
3313
|
return self._OwnerUins
|
|
@@ -3322,7 +3318,7 @@ class DescribeAgentPayDealsV2Request(AbstractModel):
|
|
|
3322
3318
|
|
|
3323
3319
|
@property
|
|
3324
3320
|
def DealNames(self):
|
|
3325
|
-
r"""
|
|
3321
|
+
r"""<p>子订单号列表</p>
|
|
3326
3322
|
:rtype: list of str
|
|
3327
3323
|
"""
|
|
3328
3324
|
return self._DealNames
|
|
@@ -3333,7 +3329,7 @@ class DescribeAgentPayDealsV2Request(AbstractModel):
|
|
|
3333
3329
|
|
|
3334
3330
|
@property
|
|
3335
3331
|
def BigDealIds(self):
|
|
3336
|
-
r"""
|
|
3332
|
+
r"""<p>大订单号列表</p>
|
|
3337
3333
|
:rtype: list of str
|
|
3338
3334
|
"""
|
|
3339
3335
|
return self._BigDealIds
|
|
@@ -3370,9 +3366,9 @@ class DescribeAgentPayDealsV2Response(AbstractModel):
|
|
|
3370
3366
|
|
|
3371
3367
|
def __init__(self):
|
|
3372
3368
|
r"""
|
|
3373
|
-
:param _AgentPayDealSet:
|
|
3369
|
+
:param _AgentPayDealSet: <p>订单数组</p>
|
|
3374
3370
|
:type AgentPayDealSet: list of AgentDealNewElem
|
|
3375
|
-
:param _TotalCount:
|
|
3371
|
+
:param _TotalCount: <p>符合条件的订单总数量</p>
|
|
3376
3372
|
:type TotalCount: int
|
|
3377
3373
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3378
3374
|
:type RequestId: str
|
|
@@ -3383,7 +3379,7 @@ class DescribeAgentPayDealsV2Response(AbstractModel):
|
|
|
3383
3379
|
|
|
3384
3380
|
@property
|
|
3385
3381
|
def AgentPayDealSet(self):
|
|
3386
|
-
r"""
|
|
3382
|
+
r"""<p>订单数组</p>
|
|
3387
3383
|
:rtype: list of AgentDealNewElem
|
|
3388
3384
|
"""
|
|
3389
3385
|
return self._AgentPayDealSet
|
|
@@ -3394,7 +3390,7 @@ class DescribeAgentPayDealsV2Response(AbstractModel):
|
|
|
3394
3390
|
|
|
3395
3391
|
@property
|
|
3396
3392
|
def TotalCount(self):
|
|
3397
|
-
r"""
|
|
3393
|
+
r"""<p>符合条件的订单总数量</p>
|
|
3398
3394
|
:rtype: int
|
|
3399
3395
|
"""
|
|
3400
3396
|
return self._TotalCount
|
|
@@ -3512,23 +3508,23 @@ class DescribeAgentSelfPayDealsV2Request(AbstractModel):
|
|
|
3512
3508
|
|
|
3513
3509
|
def __init__(self):
|
|
3514
3510
|
r"""
|
|
3515
|
-
:param _OwnerUin:
|
|
3511
|
+
:param _OwnerUin: <p>下单人账号ID</p>
|
|
3516
3512
|
:type OwnerUin: str
|
|
3517
|
-
:param _Offset:
|
|
3513
|
+
:param _Offset: <p>偏移量</p>
|
|
3518
3514
|
:type Offset: int
|
|
3519
|
-
:param _Limit:
|
|
3515
|
+
:param _Limit: <p>限制数目 最大100</p>
|
|
3520
3516
|
:type Limit: int
|
|
3521
|
-
:param _CreatTimeRangeStart:
|
|
3517
|
+
:param _CreatTimeRangeStart: <p>下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)</p>
|
|
3522
3518
|
:type CreatTimeRangeStart: str
|
|
3523
|
-
:param _CreatTimeRangeEnd:
|
|
3519
|
+
:param _CreatTimeRangeEnd: <p>下单时间范围终止点</p>
|
|
3524
3520
|
:type CreatTimeRangeEnd: str
|
|
3525
|
-
:param _Order: 0
|
|
3521
|
+
:param _Order: <p>0:下单时间降序;其他:下单时间升序</p>
|
|
3526
3522
|
:type Order: int
|
|
3527
|
-
:param _Status:
|
|
3523
|
+
:param _Status: <p>订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)</p>
|
|
3528
3524
|
:type Status: int
|
|
3529
|
-
:param _DealNames:
|
|
3525
|
+
:param _DealNames: <p>子订单号列表</p>
|
|
3530
3526
|
:type DealNames: list of str
|
|
3531
|
-
:param _BigDealIds:
|
|
3527
|
+
:param _BigDealIds: <p>大订单号列表</p>
|
|
3532
3528
|
:type BigDealIds: list of str
|
|
3533
3529
|
"""
|
|
3534
3530
|
self._OwnerUin = None
|
|
@@ -3543,7 +3539,7 @@ class DescribeAgentSelfPayDealsV2Request(AbstractModel):
|
|
|
3543
3539
|
|
|
3544
3540
|
@property
|
|
3545
3541
|
def OwnerUin(self):
|
|
3546
|
-
r"""
|
|
3542
|
+
r"""<p>下单人账号ID</p>
|
|
3547
3543
|
:rtype: str
|
|
3548
3544
|
"""
|
|
3549
3545
|
return self._OwnerUin
|
|
@@ -3554,7 +3550,7 @@ class DescribeAgentSelfPayDealsV2Request(AbstractModel):
|
|
|
3554
3550
|
|
|
3555
3551
|
@property
|
|
3556
3552
|
def Offset(self):
|
|
3557
|
-
r"""
|
|
3553
|
+
r"""<p>偏移量</p>
|
|
3558
3554
|
:rtype: int
|
|
3559
3555
|
"""
|
|
3560
3556
|
return self._Offset
|
|
@@ -3565,7 +3561,7 @@ class DescribeAgentSelfPayDealsV2Request(AbstractModel):
|
|
|
3565
3561
|
|
|
3566
3562
|
@property
|
|
3567
3563
|
def Limit(self):
|
|
3568
|
-
r"""
|
|
3564
|
+
r"""<p>限制数目 最大100</p>
|
|
3569
3565
|
:rtype: int
|
|
3570
3566
|
"""
|
|
3571
3567
|
return self._Limit
|
|
@@ -3576,7 +3572,7 @@ class DescribeAgentSelfPayDealsV2Request(AbstractModel):
|
|
|
3576
3572
|
|
|
3577
3573
|
@property
|
|
3578
3574
|
def CreatTimeRangeStart(self):
|
|
3579
|
-
r"""
|
|
3575
|
+
r"""<p>下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)</p>
|
|
3580
3576
|
:rtype: str
|
|
3581
3577
|
"""
|
|
3582
3578
|
return self._CreatTimeRangeStart
|
|
@@ -3587,7 +3583,7 @@ class DescribeAgentSelfPayDealsV2Request(AbstractModel):
|
|
|
3587
3583
|
|
|
3588
3584
|
@property
|
|
3589
3585
|
def CreatTimeRangeEnd(self):
|
|
3590
|
-
r"""
|
|
3586
|
+
r"""<p>下单时间范围终止点</p>
|
|
3591
3587
|
:rtype: str
|
|
3592
3588
|
"""
|
|
3593
3589
|
return self._CreatTimeRangeEnd
|
|
@@ -3598,7 +3594,7 @@ class DescribeAgentSelfPayDealsV2Request(AbstractModel):
|
|
|
3598
3594
|
|
|
3599
3595
|
@property
|
|
3600
3596
|
def Order(self):
|
|
3601
|
-
r"""0
|
|
3597
|
+
r"""<p>0:下单时间降序;其他:下单时间升序</p>
|
|
3602
3598
|
:rtype: int
|
|
3603
3599
|
"""
|
|
3604
3600
|
return self._Order
|
|
@@ -3609,7 +3605,7 @@ class DescribeAgentSelfPayDealsV2Request(AbstractModel):
|
|
|
3609
3605
|
|
|
3610
3606
|
@property
|
|
3611
3607
|
def Status(self):
|
|
3612
|
-
r"""
|
|
3608
|
+
r"""<p>订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)</p>
|
|
3613
3609
|
:rtype: int
|
|
3614
3610
|
"""
|
|
3615
3611
|
return self._Status
|
|
@@ -3620,7 +3616,7 @@ class DescribeAgentSelfPayDealsV2Request(AbstractModel):
|
|
|
3620
3616
|
|
|
3621
3617
|
@property
|
|
3622
3618
|
def DealNames(self):
|
|
3623
|
-
r"""
|
|
3619
|
+
r"""<p>子订单号列表</p>
|
|
3624
3620
|
:rtype: list of str
|
|
3625
3621
|
"""
|
|
3626
3622
|
return self._DealNames
|
|
@@ -3631,7 +3627,7 @@ class DescribeAgentSelfPayDealsV2Request(AbstractModel):
|
|
|
3631
3627
|
|
|
3632
3628
|
@property
|
|
3633
3629
|
def BigDealIds(self):
|
|
3634
|
-
r"""
|
|
3630
|
+
r"""<p>大订单号列表</p>
|
|
3635
3631
|
:rtype: list of str
|
|
3636
3632
|
"""
|
|
3637
3633
|
return self._BigDealIds
|
|
@@ -3668,9 +3664,9 @@ class DescribeAgentSelfPayDealsV2Response(AbstractModel):
|
|
|
3668
3664
|
|
|
3669
3665
|
def __init__(self):
|
|
3670
3666
|
r"""
|
|
3671
|
-
:param _AgentPayDealSet:
|
|
3667
|
+
:param _AgentPayDealSet: <p>订单数组</p>
|
|
3672
3668
|
:type AgentPayDealSet: list of AgentDealNewElem
|
|
3673
|
-
:param _TotalCount:
|
|
3669
|
+
:param _TotalCount: <p>符合条件的订单总数量</p>
|
|
3674
3670
|
:type TotalCount: int
|
|
3675
3671
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3676
3672
|
:type RequestId: str
|
|
@@ -3681,7 +3677,7 @@ class DescribeAgentSelfPayDealsV2Response(AbstractModel):
|
|
|
3681
3677
|
|
|
3682
3678
|
@property
|
|
3683
3679
|
def AgentPayDealSet(self):
|
|
3684
|
-
r"""
|
|
3680
|
+
r"""<p>订单数组</p>
|
|
3685
3681
|
:rtype: list of AgentDealNewElem
|
|
3686
3682
|
"""
|
|
3687
3683
|
return self._AgentPayDealSet
|
|
@@ -3692,7 +3688,7 @@ class DescribeAgentSelfPayDealsV2Response(AbstractModel):
|
|
|
3692
3688
|
|
|
3693
3689
|
@property
|
|
3694
3690
|
def TotalCount(self):
|
|
3695
|
-
r"""
|
|
3691
|
+
r"""<p>符合条件的订单总数量</p>
|
|
3696
3692
|
:rtype: int
|
|
3697
3693
|
"""
|
|
3698
3694
|
return self._TotalCount
|
|
@@ -4063,11 +4059,11 @@ class DescribeRebateInfosNewRequest(AbstractModel):
|
|
|
4063
4059
|
|
|
4064
4060
|
def __init__(self):
|
|
4065
4061
|
r"""
|
|
4066
|
-
:param _RebateMonth:
|
|
4062
|
+
:param _RebateMonth: <p>返佣月份,如2018-02</p>
|
|
4067
4063
|
:type RebateMonth: str
|
|
4068
|
-
:param _Offset:
|
|
4064
|
+
:param _Offset: <p>偏移量</p>
|
|
4069
4065
|
:type Offset: int
|
|
4070
|
-
:param _Limit:
|
|
4066
|
+
:param _Limit: <p>限制数目</p>
|
|
4071
4067
|
:type Limit: int
|
|
4072
4068
|
"""
|
|
4073
4069
|
self._RebateMonth = None
|
|
@@ -4076,7 +4072,7 @@ class DescribeRebateInfosNewRequest(AbstractModel):
|
|
|
4076
4072
|
|
|
4077
4073
|
@property
|
|
4078
4074
|
def RebateMonth(self):
|
|
4079
|
-
r"""
|
|
4075
|
+
r"""<p>返佣月份,如2018-02</p>
|
|
4080
4076
|
:rtype: str
|
|
4081
4077
|
"""
|
|
4082
4078
|
return self._RebateMonth
|
|
@@ -4087,7 +4083,7 @@ class DescribeRebateInfosNewRequest(AbstractModel):
|
|
|
4087
4083
|
|
|
4088
4084
|
@property
|
|
4089
4085
|
def Offset(self):
|
|
4090
|
-
r"""
|
|
4086
|
+
r"""<p>偏移量</p>
|
|
4091
4087
|
:rtype: int
|
|
4092
4088
|
"""
|
|
4093
4089
|
return self._Offset
|
|
@@ -4098,7 +4094,7 @@ class DescribeRebateInfosNewRequest(AbstractModel):
|
|
|
4098
4094
|
|
|
4099
4095
|
@property
|
|
4100
4096
|
def Limit(self):
|
|
4101
|
-
r"""
|
|
4097
|
+
r"""<p>限制数目</p>
|
|
4102
4098
|
:rtype: int
|
|
4103
4099
|
"""
|
|
4104
4100
|
return self._Limit
|
|
@@ -4129,9 +4125,9 @@ class DescribeRebateInfosNewResponse(AbstractModel):
|
|
|
4129
4125
|
|
|
4130
4126
|
def __init__(self):
|
|
4131
4127
|
r"""
|
|
4132
|
-
:param _RebateInfoSet:
|
|
4128
|
+
:param _RebateInfoSet: <p>返佣信息列表</p>
|
|
4133
4129
|
:type RebateInfoSet: list of RebateInfoElemNew
|
|
4134
|
-
:param _TotalCount:
|
|
4130
|
+
:param _TotalCount: <p>符合查询条件返佣信息数目</p>
|
|
4135
4131
|
:type TotalCount: int
|
|
4136
4132
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4137
4133
|
:type RequestId: str
|
|
@@ -4142,7 +4138,7 @@ class DescribeRebateInfosNewResponse(AbstractModel):
|
|
|
4142
4138
|
|
|
4143
4139
|
@property
|
|
4144
4140
|
def RebateInfoSet(self):
|
|
4145
|
-
r"""
|
|
4141
|
+
r"""<p>返佣信息列表</p>
|
|
4146
4142
|
:rtype: list of RebateInfoElemNew
|
|
4147
4143
|
"""
|
|
4148
4144
|
return self._RebateInfoSet
|
|
@@ -4153,7 +4149,7 @@ class DescribeRebateInfosNewResponse(AbstractModel):
|
|
|
4153
4149
|
|
|
4154
4150
|
@property
|
|
4155
4151
|
def TotalCount(self):
|
|
4156
|
-
r"""
|
|
4152
|
+
r"""<p>符合查询条件返佣信息数目</p>
|
|
4157
4153
|
:rtype: int
|
|
4158
4154
|
"""
|
|
4159
4155
|
return self._TotalCount
|
|
@@ -4192,11 +4188,11 @@ class DescribeRebateInfosRequest(AbstractModel):
|
|
|
4192
4188
|
|
|
4193
4189
|
def __init__(self):
|
|
4194
4190
|
r"""
|
|
4195
|
-
:param _RebateMonth:
|
|
4191
|
+
:param _RebateMonth: <p>返佣月份,如2018-02</p>
|
|
4196
4192
|
:type RebateMonth: str
|
|
4197
|
-
:param _Offset:
|
|
4193
|
+
:param _Offset: <p>偏移量</p>
|
|
4198
4194
|
:type Offset: int
|
|
4199
|
-
:param _Limit:
|
|
4195
|
+
:param _Limit: <p>限制数目</p>
|
|
4200
4196
|
:type Limit: int
|
|
4201
4197
|
"""
|
|
4202
4198
|
self._RebateMonth = None
|
|
@@ -4205,7 +4201,7 @@ class DescribeRebateInfosRequest(AbstractModel):
|
|
|
4205
4201
|
|
|
4206
4202
|
@property
|
|
4207
4203
|
def RebateMonth(self):
|
|
4208
|
-
r"""
|
|
4204
|
+
r"""<p>返佣月份,如2018-02</p>
|
|
4209
4205
|
:rtype: str
|
|
4210
4206
|
"""
|
|
4211
4207
|
return self._RebateMonth
|
|
@@ -4216,7 +4212,7 @@ class DescribeRebateInfosRequest(AbstractModel):
|
|
|
4216
4212
|
|
|
4217
4213
|
@property
|
|
4218
4214
|
def Offset(self):
|
|
4219
|
-
r"""
|
|
4215
|
+
r"""<p>偏移量</p>
|
|
4220
4216
|
:rtype: int
|
|
4221
4217
|
"""
|
|
4222
4218
|
return self._Offset
|
|
@@ -4227,7 +4223,7 @@ class DescribeRebateInfosRequest(AbstractModel):
|
|
|
4227
4223
|
|
|
4228
4224
|
@property
|
|
4229
4225
|
def Limit(self):
|
|
4230
|
-
r"""
|
|
4226
|
+
r"""<p>限制数目</p>
|
|
4231
4227
|
:rtype: int
|
|
4232
4228
|
"""
|
|
4233
4229
|
return self._Limit
|
|
@@ -4258,9 +4254,9 @@ class DescribeRebateInfosResponse(AbstractModel):
|
|
|
4258
4254
|
|
|
4259
4255
|
def __init__(self):
|
|
4260
4256
|
r"""
|
|
4261
|
-
:param _RebateInfoSet:
|
|
4257
|
+
:param _RebateInfoSet: <p>返佣信息列表</p>
|
|
4262
4258
|
:type RebateInfoSet: list of RebateInfoElem
|
|
4263
|
-
:param _TotalCount:
|
|
4259
|
+
:param _TotalCount: <p>符合查询条件返佣信息数目</p>
|
|
4264
4260
|
:type TotalCount: int
|
|
4265
4261
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4266
4262
|
:type RequestId: str
|
|
@@ -4271,7 +4267,7 @@ class DescribeRebateInfosResponse(AbstractModel):
|
|
|
4271
4267
|
|
|
4272
4268
|
@property
|
|
4273
4269
|
def RebateInfoSet(self):
|
|
4274
|
-
r"""
|
|
4270
|
+
r"""<p>返佣信息列表</p>
|
|
4275
4271
|
:rtype: list of RebateInfoElem
|
|
4276
4272
|
"""
|
|
4277
4273
|
return self._RebateInfoSet
|
|
@@ -4282,7 +4278,7 @@ class DescribeRebateInfosResponse(AbstractModel):
|
|
|
4282
4278
|
|
|
4283
4279
|
@property
|
|
4284
4280
|
def TotalCount(self):
|
|
4285
|
-
r"""
|
|
4281
|
+
r"""<p>符合查询条件返佣信息数目</p>
|
|
4286
4282
|
:rtype: int
|
|
4287
4283
|
"""
|
|
4288
4284
|
return self._TotalCount
|