GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Failed
Push — master ( 189364...c3acc2 )
by
unknown
05:55
created

SyncMerchantInfo   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 14
Duplicated Lines 0 %

Test Coverage

Coverage 0%

Importance

Changes 0
Metric Value
wmc 1
eloc 4
dl 0
loc 14
ccs 0
cts 0
cp 0
rs 10
c 0
b 0
f 0

1 Method

Rating   Name   Duplication   Size   Complexity  
A withItemList() 0 6 1
1
<?php
2
3
namespace AlibabaCloud\Linkedmall\V20180116;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AddAddress addAddress(array $options = [])
9
 * @method AddItemLimitRule addItemLimitRule(array $options = [])
10
 * @method AddSupplierNewItems addSupplierNewItems(array $options = [])
11
 * @method ApplyRefund applyRefund(array $options = [])
12
 * @method BatchRegistAnonymousTbAccount batchRegistAnonymousTbAccount(array $options = [])
13
 * @method CancelOrder cancelOrder(array $options = [])
14
 * @method CancelRefund cancelRefund(array $options = [])
15
 * @method ConfirmDisburse confirmDisburse(array $options = [])
16
 * @method CreateMovieTicketOrder createMovieTicketOrder(array $options = [])
17
 * @method CreateOrder createOrder(array $options = [])
18
 * @method CreateOrderV2 createOrderV2(array $options = [])
19
 * @method CreatePayUrl createPayUrl(array $options = [])
20
 * @method DeleteBizItems deleteBizItems(array $options = [])
21
 * @method DeleteItemLimitRule deleteItemLimitRule(array $options = [])
22
 * @method EnableOrder enableOrder(array $options = [])
23
 * @method GetCategoryChain getCategoryChain(array $options = [])
24
 * @method GetCategoryList getCategoryList(array $options = [])
25
 * @method GetCustomServiceUrl getCustomServiceUrl(array $options = [])
26
 * @method GetGuidePage getGuidePage(array $options = [])
27
 * @method GetLoginPage getLoginPage(array $options = [])
28
 * @method GetSwitchUrl getSwitchUrl(array $options = [])
29
 * @method GetUserInfo getUserInfo(array $options = [])
30
 * @method InitApplyRefund initApplyRefund(array $options = [])
31
 * @method ListItemActivities listItemActivities(array $options = [])
32
 * @method ModifyBasicAndBizItems modifyBasicAndBizItems(array $options = [])
33
 * @method ModifyBizItems modifyBizItems(array $options = [])
34
 * @method ModifyItemLimitRule modifyItemLimitRule(array $options = [])
35
 * @method NotifyPayOrderStatus notifyPayOrderStatus(array $options = [])
36
 * @method NotifyWithholdFund notifyWithholdFund(array $options = [])
37
 * @method QueryAddress queryAddress(array $options = [])
38
 * @method QueryAddressDetail queryAddressDetail(array $options = [])
39
 * @method QueryAddressList queryAddressList(array $options = [])
40
 * @method QueryAllCinemas queryAllCinemas(array $options = [])
41
 * @method QueryAllCities queryAllCities(array $options = [])
42
 * @method QueryBatchRegistAnonymousTbAccountResult queryBatchRegistAnonymousTbAccountResult(array $options = [])
43
 * @method QueryBizItemList queryBizItemList(array $options = [])
44
 * @method QueryBizItems queryBizItems(array $options = [])
45
 * @method QueryGuideItemGroup queryGuideItemGroup(array $options = [])
46
 * @method QueryHotMovies queryHotMovies(array $options = [])
47
 * @method QueryItemDetail queryItemDetail(array $options = [])
48
 * @method QueryItemDetailInner queryItemDetailInner(array $options = [])
49
 * @method QueryItemInventory queryItemInventory(array $options = [])
50
 * @method QueryLogistics queryLogistics(array $options = [])
51
 * @method QueryMessages queryMessages(array $options = [])
52
 * @method QueryMovieComments queryMovieComments(array $options = [])
53
 * @method QueryMovieSchedules queryMovieSchedules(array $options = [])
54
 * @method QueryMovieSeats queryMovieSeats(array $options = [])
55
 * @method QueryMovieTickets queryMovieTickets(array $options = [])
56
 * @method QueryOrderAndPaymentList queryOrderAndPaymentList(array $options = [])
57
 * @method QueryOrderDetailInner queryOrderDetailInner(array $options = [])
58
 * @method QueryOrderIdByPayId queryOrderIdByPayId(array $options = [])
59
 * @method QueryOrderInfoAfterSale queryOrderInfoAfterSale(array $options = [])
60
 * @method QueryOrderItemInfoByPaymentIdForAiZhanYou queryOrderItemInfoByPaymentIdForAiZhanYou(array $options = [])
61
 * @method QueryOrderList queryOrderList(array $options = [])
62
 * @method QueryOrderLogistics queryOrderLogistics(array $options = [])
63
 * @method QueryRefundApplicationDetail queryRefundApplicationDetail(array $options = [])
64
 * @method QueryUpcomingMovies queryUpcomingMovies(array $options = [])
65
 * @method RefundPoint refundPoint(array $options = [])
66
 * @method RegistAnonymousTbAccount registAnonymousTbAccount(array $options = [])
67
 * @method ReleaseMovieSeat releaseMovieSeat(array $options = [])
68
 * @method RemoveAddress removeAddress(array $options = [])
69
 * @method RemoveMessages removeMessages(array $options = [])
70
 * @method RenderOrder renderOrder(array $options = [])
71
 * @method RepayForPayUrl repayForPayUrl(array $options = [])
72
 * @method RepayOrder repayOrder(array $options = [])
73
 * @method ReserveMovieSeat reserveMovieSeat(array $options = [])
74
 * @method SubmitReturnGoodLogistics submitReturnGoodLogistics(array $options = [])
75
 * @method SyncMerchantInfo syncMerchantInfo(array $options = [])
76
 * @method UpdateAddress updateAddress(array $options = [])
77
 * @method ValidateTaobaoAccount validateTaobaoAccount(array $options = [])
78
 */
79
class LinkedmallApiResolver extends ApiResolver
80
{
81
}
82
83
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
84
{
85
    /** @var string */
86
    public $product = 'linkedmall';
87
88
    /** @var string */
89
    public $version = '2018-01-16';
90
91
    /** @var string */
92
    public $method = 'POST';
93
94
    /** @var string */
95
    public $serviceCode = 'linkedmall';
96
}
97
98
/**
99
 * @method string getAddressInfo()
100
 * @method string getThirdPartyUserId()
101
 * @method $this withThirdPartyUserId($value)
102
 * @method string getBizId()
103
 * @method $this withBizId($value)
104
 * @method string getUseAnonymousTbAccount()
105
 * @method $this withUseAnonymousTbAccount($value)
106
 */
107
class AddAddress extends Rpc
108
{
109
110
    /**
111
     * @param string $value
112
     *
113
     * @return $this
114
     */
115
    public function withAddressInfo($value)
116
    {
117
        $this->data['AddressInfo'] = $value;
118
        $this->options['form_params']['AddressInfo'] = $value;
119
120
        return $this;
121
    }
122
}
123
124
/**
125
 * @method string getUpperNum()
126
 * @method $this withUpperNum($value)
127
 * @method string getLmActivityId()
128
 * @method $this withLmActivityId($value)
129
 * @method string getRuleType()
130
 * @method $this withRuleType($value)
131
 * @method string getEndTime()
132
 * @method $this withEndTime($value)
133
 * @method string getLmItemId()
134
 * @method $this withLmItemId($value)
135
 * @method string getBeginTime()
136
 * @method $this withBeginTime($value)
137
 * @method string getSubBizCode()
138
 * @method $this withSubBizCode($value)
139
 * @method string getItemId()
140
 * @method $this withItemId($value)
141
 * @method string getBizId()
142
 * @method $this withBizId($value)
143
 */
144
class AddItemLimitRule extends Rpc
145
{
146
}
147
148
/**
149
 * @method string getBizId()
150
 * @method $this withBizId($value)
151
 * @method array getItemList()
152
 */
153
class AddSupplierNewItems extends Rpc
154
{
155
156
    /**
157
     * @param array $itemList
158
     *
159
     * @return $this
160
     */
161
	public function withItemList(array $itemList)
162
	{
163
	    $this->data['ItemList'] = $itemList;
164
		foreach ($itemList as $depth1 => $depth1Value) {
165
			$this->options['query']['ItemList.' . ($depth1 + 1) . '.ItemId'] = $depth1Value['ItemId'];
166
			foreach ($depth1Value['SkuList'] as $i => $iValue) {
167
				$this->options['query']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($i + 1)] = $iValue;
168
			}
169
		}
170
171
		return $this;
172
    }
173
}
174
175
/**
176
 * @method string getBizUid()
177
 * @method $this withBizUid($value)
178
 * @method string getBizClaimType()
179
 * @method $this withBizClaimType($value)
180
 * @method string getApplyReasonTextId()
181
 * @method $this withApplyReasonTextId($value)
182
 * @method string getAccountType()
183
 * @method $this withAccountType($value)
184
 * @method string getUseAnonymousTbAccount()
185
 * @method $this withUseAnonymousTbAccount($value)
186
 * @method array getLeavePictureList()
187
 * @method string getApplyRefundCount()
188
 * @method $this withApplyRefundCount($value)
189
 * @method string getGoodsStatus()
190
 * @method $this withGoodsStatus($value)
191
 * @method string getSubLmOrderId()
192
 * @method $this withSubLmOrderId($value)
193
 * @method string getThirdPartyUserId()
194
 * @method $this withThirdPartyUserId($value)
195
 * @method string getApplyRefundFee()
196
 * @method $this withApplyRefundFee($value)
197
 * @method string getBizId()
198
 * @method $this withBizId($value)
199
 * @method string getLeaveMessage()
200
 */
201
class ApplyRefund extends Rpc
202
{
203
204
    /**
205
     * @param array $leavePictureList
206
     *
207
     * @return $this
208
     */
209
	public function withLeavePictureList(array $leavePictureList)
210
	{
211
	    $this->data['LeavePictureList'] = $leavePictureList;
212
		foreach ($leavePictureList as $depth1 => $depth1Value) {
213
			$this->options['form_params']['LeavePictureList.' . ($depth1 + 1) . '.Picture'] = $depth1Value['Picture'];
214
			$this->options['form_params']['LeavePictureList.' . ($depth1 + 1) . '.Desc'] = $depth1Value['Desc'];
215
		}
216
217
		return $this;
218
    }
219
220
    /**
221
     * @param string $value
222
     *
223
     * @return $this
224
     */
225
    public function withLeaveMessage($value)
226
    {
227
        $this->data['LeaveMessage'] = $value;
228
        $this->options['form_params']['LeaveMessage'] = $value;
229
230
        return $this;
231
    }
232
}
233
234
/**
235
 * @method string getBizId()
236
 * @method $this withBizId($value)
237
 * @method string getIdJsonList()
238
 * @method $this withIdJsonList($value)
239
 */
240
class BatchRegistAnonymousTbAccount extends Rpc
241
{
242
}
243
244
/**
245
 * @method string getLmOrderId()
246
 * @method $this withLmOrderId($value)
247
 * @method string getThirdPartyUserId()
248
 * @method $this withThirdPartyUserId($value)
249
 * @method string getBizUid()
250
 * @method $this withBizUid($value)
251
 * @method string getBizId()
252
 * @method $this withBizId($value)
253
 * @method string getAccountType()
254
 * @method $this withAccountType($value)
255
 * @method string getUseAnonymousTbAccount()
256
 * @method $this withUseAnonymousTbAccount($value)
257
 */
258
class CancelOrder extends Rpc
259
{
260
}
261
262
/**
263
 * @method string getSubLmOrderId()
264
 * @method $this withSubLmOrderId($value)
265
 * @method string getThirdPartyUserId()
266
 * @method $this withThirdPartyUserId($value)
267
 * @method string getBizUid()
268
 * @method $this withBizUid($value)
269
 * @method string getDisputeId()
270
 * @method $this withDisputeId($value)
271
 * @method string getBizId()
272
 * @method $this withBizId($value)
273
 * @method string getAccountType()
274
 * @method $this withAccountType($value)
275
 * @method string getUseAnonymousTbAccount()
276
 * @method $this withUseAnonymousTbAccount($value)
277
 */
278
class CancelRefund extends Rpc
279
{
280
}
281
282
/**
283
 * @method string getLmOrderId()
284
 * @method $this withLmOrderId($value)
285
 * @method string getThirdPartyUserId()
286
 * @method $this withThirdPartyUserId($value)
287
 * @method string getBizUid()
288
 * @method $this withBizUid($value)
289
 * @method string getBizId()
290
 * @method $this withBizId($value)
291
 * @method string getUseAnonymousTbAccount()
292
 * @method $this withUseAnonymousTbAccount($value)
293
 */
294
class ConfirmDisburse extends Rpc
295
{
296
}
297
298
/**
299
 * @method string getBizId()
300
 * @method $this withBizId($value)
301
 * @method string getBizUid()
302
 * @method $this withBizUid($value)
303
 * @method string getOutTradeId()
304
 * @method $this withOutTradeId($value)
305
 * @method string getLockSeatAppKey()
306
 * @method $this withLockSeatAppKey($value)
307
 * @method string getExtJson()
308
 * @method $this withExtJson($value)
309
 */
310
class CreateMovieTicketOrder extends Rpc
311
{
312
313
    /** @var string */
314
    public $method = 'GET';
315
}
316
317
/**
318
 * @method string getQuantity()
319
 * @method $this withQuantity($value)
320
 * @method string getBizUid()
321
 * @method $this withBizUid($value)
322
 * @method string getExtJson()
323
 * @method $this withExtJson($value)
324
 * @method string getAccountType()
325
 * @method $this withAccountType($value)
326
 * @method string getUseAnonymousTbAccount()
327
 * @method $this withUseAnonymousTbAccount($value)
328
 * @method string getOrderExpireTime()
329
 * @method $this withOrderExpireTime($value)
330
 * @method array getItemList()
331
 * @method string getItemId()
332
 * @method $this withItemId($value)
333
 * @method string getTotalAmount()
334
 * @method $this withTotalAmount($value)
335
 * @method string getThirdPartyUserId()
336
 * @method $this withThirdPartyUserId($value)
337
 * @method string getBizId()
338
 * @method $this withBizId($value)
339
 * @method string getOutTradeId()
340
 * @method $this withOutTradeId($value)
341
 * @method string getDeliveryAddress()
342
 * @method $this withDeliveryAddress($value)
343
 */
344
class CreateOrder extends Rpc
345
{
346
347
    /**
348
     * @param array $itemList
349
     *
350
     * @return $this
351
     */
352
	public function withItemList(array $itemList)
353
	{
354
	    $this->data['ItemList'] = $itemList;
355
		foreach ($itemList as $depth1 => $depth1Value) {
356
			$this->options['query']['ItemList.' . ($depth1 + 1) . '.ItemId'] = $depth1Value['ItemId'];
357
			$this->options['query']['ItemList.' . ($depth1 + 1) . '.Quantity'] = $depth1Value['Quantity'];
358
			$this->options['query']['ItemList.' . ($depth1 + 1) . '.SkuId'] = $depth1Value['SkuId'];
359
		}
360
361
		return $this;
362
    }
363
}
364
365
/**
366
 * @method string getQuantity()
367
 * @method $this withQuantity($value)
368
 * @method string getBizUid()
369
 * @method $this withBizUid($value)
370
 * @method string getExtJson()
371
 * @method $this withExtJson($value)
372
 * @method string getAccountType()
373
 * @method $this withAccountType($value)
374
 * @method string getUseAnonymousTbAccount()
375
 * @method $this withUseAnonymousTbAccount($value)
376
 * @method string getOrderExpireTime()
377
 * @method $this withOrderExpireTime($value)
378
 * @method array getItemList()
379
 * @method string getItemId()
380
 * @method $this withItemId($value)
381
 * @method string getTotalAmount()
382
 * @method $this withTotalAmount($value)
383
 * @method string getThirdPartyUserId()
384
 * @method $this withThirdPartyUserId($value)
385
 * @method string getBizId()
386
 * @method $this withBizId($value)
387
 * @method string getOutTradeId()
388
 * @method $this withOutTradeId($value)
389
 * @method string getDeliveryAddress()
390
 * @method $this withDeliveryAddress($value)
391
 */
392
class CreateOrderV2 extends Rpc
393
{
394 1
395
    /**
396 1
     * @param array $itemList
397 1
     *
398 1
     * @return $this
399 1
     */
400 1
	public function withItemList(array $itemList)
401 1
	{
402 1
	    $this->data['ItemList'] = $itemList;
403 1
		foreach ($itemList as $depth1 => $depth1Value) {
404 1
			$this->options['query']['ItemList.' . ($depth1 + 1) . '.ItemId'] = $depth1Value['ItemId'];
405 1
			$this->options['query']['ItemList.' . ($depth1 + 1) . '.Quantity'] = $depth1Value['Quantity'];
406 1
			$this->options['query']['ItemList.' . ($depth1 + 1) . '.SkuId'] = $depth1Value['SkuId'];
407 1
		}
408 1
409
		return $this;
410 1
    }
411
}
412
413
/**
414
 * @method string getBuyInfo()
415
 * @method string getThirdPartyUserId()
416
 * @method $this withThirdPartyUserId($value)
417
 * @method string getBizUid()
418
 * @method $this withBizUid($value)
419
 * @method string getBizId()
420
 * @method $this withBizId($value)
421
 * @method string getUseAnonymousTbAccount()
422
 * @method $this withUseAnonymousTbAccount($value)
423
 */
424
class CreatePayUrl extends Rpc
425
{
426
427
    /**
428
     * @param string $value
429
     *
430
     * @return $this
431
     */
432
    public function withBuyInfo($value)
433
    {
434
        $this->data['BuyInfo'] = $value;
435
        $this->options['form_params']['BuyInfo'] = $value;
436
437
        return $this;
438
    }
439
}
440
441
/**
442
 * @method string getBizId()
443
 * @method $this withBizId($value)
444
 * @method array getItemIdList()
445
 * @method string getSubBizId()
446
 * @method $this withSubBizId($value)
447
 */
448
class DeleteBizItems extends Rpc
449
{
450
451
    /**
452
     * @param array $itemIdList
453
     *
454
     * @return $this
455
     */
456
	public function withItemIdList(array $itemIdList)
457
	{
458
	    $this->data['ItemIdList'] = $itemIdList;
459
		foreach ($itemIdList as $i => $iValue) {
460
			$this->options['query']['ItemIdList.' . ($i + 1)] = $iValue;
461
		}
462
463
		return $this;
464
    }
465
}
466
467
/**
468
 * @method string getLmActivityId()
469
 * @method $this withLmActivityId($value)
470
 * @method string getLtemId()
471
 * @method $this withLtemId($value)
472
 * @method string getBizId()
473
 * @method $this withBizId($value)
474
 * @method string getLmItemId()
475
 * @method $this withLmItemId($value)
476
 * @method string getRuleId()
477
 * @method $this withRuleId($value)
478
 * @method string getSubBizCode()
479
 * @method $this withSubBizCode($value)
480
 */
481
class DeleteItemLimitRule extends Rpc
482
{
483
}
484
485
/**
486
 * @method string getLmOrderId()
487
 * @method $this withLmOrderId($value)
488
 * @method string getBizUid()
489
 * @method $this withBizUid($value)
490
 * @method string getExtJson()
491
 * @method $this withExtJson($value)
492
 * @method string getAccountType()
493
 * @method $this withAccountType($value)
494
 * @method string getUseAnonymousTbAccount()
495
 * @method $this withUseAnonymousTbAccount($value)
496
 * @method string getThirdPartyUserId()
497
 * @method $this withThirdPartyUserId($value)
498
 * @method string getBizId()
499
 * @method $this withBizId($value)
500
 * @method string getOutTradeId()
501
 * @method $this withOutTradeId($value)
502
 */
503
class EnableOrder extends Rpc
504
{
505
}
506
507
/**
508
 * @method string getItemId()
509
 * @method $this withItemId($value)
510
 * @method string getBizId()
511
 * @method $this withBizId($value)
512
 * @method string getCategoryId()
513
 * @method $this withCategoryId($value)
514
 */
515
class GetCategoryChain extends Rpc
516
{
517
}
518
519
/**
520
 * @method string getBizId()
521
 * @method $this withBizId($value)
522
 * @method string getCategoryId()
523
 * @method $this withCategoryId($value)
524
 */
525
class GetCategoryList extends Rpc
526
{
527
}
528
529
/**
530
 * @method string getNick()
531
 * @method $this withNick($value)
532
 * @method string getSellerId()
533
 * @method $this withSellerId($value)
534
 * @method string getCuid()
535
 * @method $this withCuid($value)
536
 * @method string getThirdPartyUserId()
537
 * @method $this withThirdPartyUserId($value)
538
 * @method string getBizUid()
539
 * @method $this withBizUid($value)
540
 * @method string getBizId()
541
 * @method $this withBizId($value)
542
 * @method string getUseAnonymousTbAccount()
543
 * @method $this withUseAnonymousTbAccount($value)
544
 */
545
class GetCustomServiceUrl extends Rpc
546
{
547
}
548
549
/**
550
 * @method string getBizId()
551
 * @method $this withBizId($value)
552
 */
553
class GetGuidePage extends Rpc
554
{
555
556
    /** @var string */
557
    public $method = 'GET';
558
}
559
560
/**
561
 * @method string getThirdPartyUserId()
562
 * @method $this withThirdPartyUserId($value)
563
 * @method string getBizId()
564
 * @method $this withBizId($value)
565
 * @method string getUseAnonymousTbAccount()
566
 * @method $this withUseAnonymousTbAccount($value)
567
 * @method string getTargetUrl()
568
 * @method string getFailUrl()
569
 */
570
class GetLoginPage extends Rpc
571
{
572
573
    /**
574
     * @param string $value
575
     *
576
     * @return $this
577
     */
578
    public function withTargetUrl($value)
579
    {
580
        $this->data['TargetUrl'] = $value;
581
        $this->options['form_params']['TargetUrl'] = $value;
582
583
        return $this;
584
    }
585
586
    /**
587
     * @param string $value
588
     *
589
     * @return $this
590
     */
591
    public function withFailUrl($value)
592
    {
593
        $this->data['FailUrl'] = $value;
594
        $this->options['form_params']['FailUrl'] = $value;
595
596
        return $this;
597
    }
598
}
599
600
/**
601
 * @method string getThirdPartyUserId()
602
 * @method $this withThirdPartyUserId($value)
603
 * @method string getBizUid()
604
 * @method $this withBizUid($value)
605
 * @method string getBizId()
606
 * @method $this withBizId($value)
607
 * @method string getUseAnonymousTbAccount()
608
 * @method $this withUseAnonymousTbAccount($value)
609
 * @method string getUrl()
610
 */
611
class GetSwitchUrl extends Rpc
612
{
613
614
    /**
615
     * @param string $value
616
     *
617
     * @return $this
618
     */
619
    public function withUrl($value)
620
    {
621
        $this->data['Url'] = $value;
622
        $this->options['form_params']['Url'] = $value;
623
624
        return $this;
625
    }
626
}
627
628
/**
629
 * @method string getUserFlag()
630
 * @method $this withUserFlag($value)
631
 * @method string getAppName()
632
 * @method $this withAppName($value)
633
 * @method string getQueryJson()
634
 * @method string getBizId()
635
 * @method $this withBizId($value)
636
 */
637
class GetUserInfo extends Rpc
638
{
639
640
    /**
641
     * @param string $value
642
     *
643
     * @return $this
644
     */
645
    public function withQueryJson($value)
646
    {
647
        $this->data['QueryJson'] = $value;
648
        $this->options['form_params']['QueryJson'] = $value;
649
650
        return $this;
651
    }
652
}
653
654
/**
655
 * @method string getBizUid()
656
 * @method $this withBizUid($value)
657
 * @method string getBizClaimType()
658
 * @method $this withBizClaimType($value)
659
 * @method string getAccountType()
660
 * @method $this withAccountType($value)
661
 * @method string getUseAnonymousTbAccount()
662
 * @method $this withUseAnonymousTbAccount($value)
663
 * @method string getGoodsStatus()
664
 * @method $this withGoodsStatus($value)
665
 * @method string getSubLmOrderId()
666
 * @method $this withSubLmOrderId($value)
667
 * @method string getThirdPartyUserId()
668
 * @method $this withThirdPartyUserId($value)
669
 * @method string getBizId()
670
 * @method $this withBizId($value)
671
 */
672
class InitApplyRefund extends Rpc
673
{
674
}
675
676
/**
677
 * @method string getLmItemIds()
678
 * @method $this withLmItemIds($value)
679
 * @method string getItemIds()
680
 * @method $this withItemIds($value)
681
 * @method string getBizId()
682
 * @method $this withBizId($value)
683
 */
684
class ListItemActivities extends Rpc
685
{
686
}
687
688
/**
689
 * @method string getBizId()
690
 * @method $this withBizId($value)
691
 * @method array getItemList()
692
 * @method string getSubBizId()
693
 * @method $this withSubBizId($value)
694
 */
695
class ModifyBasicAndBizItems extends Rpc
696
{
697
698
    /**
699
     * @param array $itemList
700
     *
701
     * @return $this
702
     */
703
	public function withItemList(array $itemList)
704
	{
705
	    $this->data['ItemList'] = $itemList;
706
		foreach ($itemList as $depth1 => $depth1Value) {
707
			$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.ItemId'] = $depth1Value['ItemId'];
708
			foreach ($depth1Value['SkuList'] as $depth2 => $depth2Value) {
709
				$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($depth2 + 1) . '.StatusAction'] = $depth2Value['StatusAction'];
710
				$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($depth2 + 1) . '.PriceCent'] = $depth2Value['PriceCent'];
711
				$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($depth2 + 1) . '.PointsAmount'] = $depth2Value['PointsAmount'];
712
				$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($depth2 + 1) . '.Quantity'] = $depth2Value['Quantity'];
713
				$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($depth2 + 1) . '.BenefitId'] = $depth2Value['BenefitId'];
714
				$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($depth2 + 1) . '.SkuId'] = $depth2Value['SkuId'];
715
				$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($depth2 + 1) . '.SupplierPrice'] = $depth2Value['SupplierPrice'];
716
				$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($depth2 + 1) . '.Points'] = $depth2Value['Points'];
717
			}
718
		}
719
720
		return $this;
721
    }
722
}
723
724
/**
725
 * @method string getBizId()
726
 * @method $this withBizId($value)
727
 * @method array getItemList()
728
 * @method string getSubBizId()
729
 * @method $this withSubBizId($value)
730
 */
731
class ModifyBizItems extends Rpc
732
{
733
734
    /**
735
     * @param array $itemList
736
     *
737
     * @return $this
738
     */
739
	public function withItemList(array $itemList)
740
	{
741
	    $this->data['ItemList'] = $itemList;
742
		foreach ($itemList as $depth1 => $depth1Value) {
743
			$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.ItemId'] = $depth1Value['ItemId'];
744
			foreach ($depth1Value['SkuList'] as $depth2 => $depth2Value) {
745
				$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($depth2 + 1) . '.StatusAction'] = $depth2Value['StatusAction'];
746
				$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($depth2 + 1) . '.PriceCent'] = $depth2Value['PriceCent'];
747
				$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($depth2 + 1) . '.PointsAmount'] = $depth2Value['PointsAmount'];
748
				$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($depth2 + 1) . '.Quantity'] = $depth2Value['Quantity'];
749
				$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($depth2 + 1) . '.BenefitId'] = $depth2Value['BenefitId'];
750
				$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($depth2 + 1) . '.SkuId'] = $depth2Value['SkuId'];
751
				$this->options['form_params']['ItemList.' . ($depth1 + 1) . '.SkuList.' . ($depth2 + 1) . '.Points'] = $depth2Value['Points'];
752
			}
753
		}
754
755
		return $this;
756
    }
757
}
758
759
/**
760
 * @method string getUpperNum()
761
 * @method $this withUpperNum($value)
762
 * @method string getLmActivityId()
763
 * @method $this withLmActivityId($value)
764
 * @method string getRuleType()
765
 * @method $this withRuleType($value)
766
 * @method string getEndTime()
767
 * @method $this withEndTime($value)
768
 * @method string getLmItemId()
769
 * @method $this withLmItemId($value)
770
 * @method string getBeginTime()
771
 * @method $this withBeginTime($value)
772
 * @method string getSubBizCode()
773
 * @method $this withSubBizCode($value)
774
 * @method string getItemId()
775
 * @method $this withItemId($value)
776
 * @method string getBizId()
777
 * @method $this withBizId($value)
778
 * @method string getRuleId()
779
 * @method $this withRuleId($value)
780
 */
781
class ModifyItemLimitRule extends Rpc
782
{
783
}
784
785
/**
786
 * @method string getAmount()
787
 * @method $this withAmount($value)
788
 * @method string getPayTypes()
789
 * @method $this withPayTypes($value)
790
 * @method string getRequestId()
791
 * @method $this withRequestId($value)
792
 * @method string getOperationDate()
793
 * @method $this withOperationDate($value)
794
 * @method string getChannelId()
795
 * @method $this withChannelId($value)
796
 */
797
class NotifyPayOrderStatus extends Rpc
798
{
799
}
800
801
/**
802
 * @method string getAmount()
803
 * @method $this withAmount($value)
804
 * @method string getPayTypes()
805
 * @method $this withPayTypes($value)
806
 * @method string getTenantOrderId()
807
 * @method $this withTenantOrderId($value)
808
 * @method string getRequestId()
809
 * @method $this withRequestId($value)
810
 * @method string getOperationDate()
811
 * @method $this withOperationDate($value)
812
 * @method string getChannelId()
813
 * @method $this withChannelId($value)
814
 */
815
class NotifyWithholdFund extends Rpc
816
{
817
}
818
819
/**
820
 * @method string getDivisionCode()
821
 * @method $this withDivisionCode($value)
822
 * @method string getIp()
823
 * @method $this withIp($value)
824
 * @method string getBizId()
825
 * @method $this withBizId($value)
826
 */
827
class QueryAddress extends Rpc
828
{
829
}
830
831
/**
832
 * @method string getAddressInfo()
833
 * @method $this withAddressInfo($value)
834
 * @method string getThirdPartyUserId()
835
 * @method $this withThirdPartyUserId($value)
836
 * @method string getBizId()
837
 * @method $this withBizId($value)
838
 * @method string getUseAnonymousTbAccount()
839
 * @method $this withUseAnonymousTbAccount($value)
840
 */
841
class QueryAddressDetail extends Rpc
842
{
843
}
844
845
/**
846
 * @method string getThirdPartyUserId()
847
 * @method $this withThirdPartyUserId($value)
848
 * @method string getBizId()
849
 * @method $this withBizId($value)
850
 * @method string getUseAnonymousTbAccount()
851
 * @method $this withUseAnonymousTbAccount($value)
852
 */
853
class QueryAddressList extends Rpc
854
{
855
}
856
857
/**
858
 * @method string getCityCode()
859
 * @method $this withCityCode($value)
860
 * @method string getExtJson()
861
 * @method $this withExtJson($value)
862
 * @method string getBizId()
863
 * @method $this withBizId($value)
864
 * @method string getPageNumber()
865
 * @method $this withPageNumber($value)
866
 */
867
class QueryAllCinemas extends Rpc
868
{
869
}
870
871
/**
872
 * @method string getExtJson()
873
 * @method $this withExtJson($value)
874
 * @method string getBizId()
875
 * @method $this withBizId($value)
876
 */
877
class QueryAllCities extends Rpc
878
{
879
}
880
881
/**
882
 * @method string getBizId()
883
 * @method $this withBizId($value)
884
 * @method string getBatchId()
885
 * @method $this withBatchId($value)
886
 */
887
class QueryBatchRegistAnonymousTbAccountResult extends Rpc
888
{
889
}
890
891
/**
892
 * @method string getLmItemIds()
893
 * @method $this withLmItemIds($value)
894
 * @method string getItemIds()
895
 * @method $this withItemIds($value)
896
 * @method string getUserId()
897
 * @method $this withUserId($value)
898
 * @method string getPageNumber()
899
 * @method $this withPageNumber($value)
900
 * @method string getBizId()
901
 * @method $this withBizId($value)
902
 * @method string getPageSize()
903
 * @method $this withPageSize($value)
904
 * @method string getCategoryId()
905
 * @method $this withCategoryId($value)
906
 * @method string getSubBizId()
907
 * @method $this withSubBizId($value)
908
 */
909
class QueryBizItemList extends Rpc
910
{
911
}
912
913
/**
914
 * @method string getBizId()
915
 * @method $this withBizId($value)
916
 * @method string getPageSize()
917
 * @method $this withPageSize($value)
918
 * @method string getUserId()
919
 * @method $this withUserId($value)
920
 * @method string getPageNumber()
921
 * @method $this withPageNumber($value)
922
 * @method string getSubBizId()
923
 * @method $this withSubBizId($value)
924
 */
925
class QueryBizItems extends Rpc
926
{
927
}
928
929
/**
930
 * @method string getGroupId()
931
 * @method $this withGroupId($value)
932
 * @method string getBizId()
933
 * @method $this withBizId($value)
934
 * @method string getPageSize()
935
 * @method $this withPageSize($value)
936
 * @method string getPageNumber()
937
 * @method $this withPageNumber($value)
938
 */
939
class QueryGuideItemGroup extends Rpc
940
{
941
}
942
943
/**
944
 * @method string getCityCode()
945
 * @method $this withCityCode($value)
946
 * @method string getExtJson()
947
 * @method $this withExtJson($value)
948
 * @method string getBizId()
949
 * @method $this withBizId($value)
950
 */
951
class QueryHotMovies extends Rpc
952
{
953
}
954
955
/**
956
 * @method string getItemId()
957
 * @method $this withItemId($value)
958
 * @method string getBizId()
959
 * @method $this withBizId($value)
960
 */
961
class QueryItemDetail extends Rpc
962
{
963
}
964
965
/**
966
 * @method string getDivisionCode()
967
 * @method $this withDivisionCode($value)
968
 * @method string getBizUid()
969
 * @method $this withBizUid($value)
970
 * @method string getIp()
971
 * @method $this withIp($value)
972
 * @method string getUseAnonymousTbAccount()
973
 * @method $this withUseAnonymousTbAccount($value)
974
 * @method string getLmItemId()
975
 * @method $this withLmItemId($value)
976
 * @method string getItemId()
977
 * @method $this withItemId($value)
978
 * @method string getThirdPartyUserId()
979
 * @method $this withThirdPartyUserId($value)
980
 * @method string getBizId()
981
 * @method $this withBizId($value)
982
 */
983
class QueryItemDetailInner extends Rpc
984
{
985
}
986
987
/**
988
 * @method string getDivisionCode()
989
 * @method $this withDivisionCode($value)
990
 * @method string getIp()
991
 * @method $this withIp($value)
992
 * @method string getBizId()
993
 * @method $this withBizId($value)
994
 * @method array getItemList()
995
 */
996
class QueryItemInventory extends Rpc
997
{
998
999
    /**
1000
     * @param array $itemList
1001
     *
1002
     * @return $this
1003
     */
1004
	public function withItemList(array $itemList)
1005
	{
1006
	    $this->data['ItemList'] = $itemList;
1007
		foreach ($itemList as $depth1 => $depth1Value) {
1008
			$this->options['query']['ItemList.' . ($depth1 + 1) . '.ItemId'] = $depth1Value['ItemId'];
1009
			foreach ($depth1Value['SkuIdList'] as $i => $iValue) {
1010
				$this->options['query']['ItemList.' . ($depth1 + 1) . '.SkuIdList.' . ($i + 1)] = $iValue;
1011
			}
1012
		}
1013
1014
		return $this;
1015
    }
1016
}
1017
1018
/**
1019
 * @method string getLmOrderId()
1020
 * @method $this withLmOrderId($value)
1021
 * @method string getThirdPartyUserId()
1022
 * @method $this withThirdPartyUserId($value)
1023
 * @method string getBizUid()
1024
 * @method $this withBizUid($value)
1025
 * @method string getBizId()
1026
 * @method $this withBizId($value)
1027
 * @method string getUseAnonymousTbAccount()
1028
 * @method $this withUseAnonymousTbAccount($value)
1029
 */
1030
class QueryLogistics extends Rpc
1031
{
1032
}
1033
1034
/**
1035
 * @method string getExtJson()
1036
 * @method $this withExtJson($value)
1037
 * @method string getBizId()
1038
 * @method $this withBizId($value)
1039
 * @method string getTopic()
1040
 * @method $this withTopic($value)
1041
 */
1042
class QueryMessages extends Rpc
1043
{
1044
}
1045
1046
/**
1047
 * @method string getExtJson()
1048
 * @method $this withExtJson($value)
1049
 * @method string getBizId()
1050
 * @method $this withBizId($value)
1051
 * @method string getMovieId()
1052
 * @method $this withMovieId($value)
1053
 * @method string getPageNumber()
1054
 * @method $this withPageNumber($value)
1055
 */
1056
class QueryMovieComments extends Rpc
1057
{
1058
}
1059
1060
/**
1061
 * @method string getCinemaId()
1062
 * @method $this withCinemaId($value)
1063
 * @method string getExtJson()
1064
 * @method $this withExtJson($value)
1065
 * @method string getBizId()
1066
 * @method $this withBizId($value)
1067
 */
1068
class QueryMovieSchedules extends Rpc
1069
{
1070
}
1071
1072
/**
1073
 * @method string getExtJson()
1074
 * @method $this withExtJson($value)
1075
 * @method string getBizId()
1076
 * @method $this withBizId($value)
1077
 * @method string getScheduleId()
1078
 * @method $this withScheduleId($value)
1079
 */
1080
class QueryMovieSeats extends Rpc
1081
{
1082
}
1083
1084
/**
1085
 * @method string getOrderId()
1086
 * @method $this withOrderId($value)
1087
 * @method string getBizUid()
1088
 * @method $this withBizUid($value)
1089
 * @method string getExtJson()
1090
 * @method $this withExtJson($value)
1091
 * @method string getBizId()
1092
 * @method $this withBizId($value)
1093
 */
1094
class QueryMovieTickets extends Rpc
1095
{
1096
1097
    /** @var string */
1098
    public $method = 'GET';
1099
}
1100
1101
/**
1102
 * @method string getBizUid()
1103
 * @method $this withBizUid($value)
1104
 * @method string getAccountType()
1105
 * @method $this withAccountType($value)
1106
 * @method string getUseAnonymousTbAccount()
1107
 * @method $this withUseAnonymousTbAccount($value)
1108
 * @method string getPageNumber()
1109
 * @method $this withPageNumber($value)
1110
 * @method string getThirdPartyUserId()
1111
 * @method $this withThirdPartyUserId($value)
1112
 * @method string getFilterOption()
1113
 * @method $this withFilterOption($value)
1114
 * @method string getBizId()
1115
 * @method $this withBizId($value)
1116
 * @method string getPageSize()
1117
 * @method $this withPageSize($value)
1118
 */
1119
class QueryOrderAndPaymentList extends Rpc
1120
{
1121
}
1122
1123
/**
1124
 * @method string getThirdPartyUserId()
1125
 * @method $this withThirdPartyUserId($value)
1126
 * @method string getBizUid()
1127
 * @method $this withBizUid($value)
1128
 * @method string getFilterOption()
1129
 * @method $this withFilterOption($value)
1130
 * @method string getBizId()
1131
 * @method $this withBizId($value)
1132
 * @method string getUseAnonymousTbAccount()
1133
 * @method $this withUseAnonymousTbAccount($value)
1134
 */
1135
class QueryOrderDetailInner extends Rpc
1136
{
1137
}
1138
1139
/**
1140
 * @method string getThirdPartyUserId()
1141
 * @method $this withThirdPartyUserId($value)
1142
 * @method string getBizUid()
1143
 * @method $this withBizUid($value)
1144
 * @method string getPaymentId()
1145
 * @method $this withPaymentId($value)
1146
 * @method string getBizId()
1147
 * @method $this withBizId($value)
1148
 * @method string getAccountType()
1149
 * @method $this withAccountType($value)
1150
 * @method string getUseAnonymousTbAccount()
1151
 * @method $this withUseAnonymousTbAccount($value)
1152
 */
1153
class QueryOrderIdByPayId extends Rpc
1154
{
1155
}
1156
1157
/**
1158
 * @method string getLmOrderId()
1159
 * @method $this withLmOrderId($value)
1160
 * @method string getThirdPartyUserId()
1161
 * @method $this withThirdPartyUserId($value)
1162
 * @method string getBizId()
1163
 * @method $this withBizId($value)
1164
 * @method string getAccountType()
1165
 * @method $this withAccountType($value)
1166
 * @method string getUseAnonymousTbAccount()
1167
 * @method $this withUseAnonymousTbAccount($value)
1168
 * @method string getChannelUserId()
1169
 * @method $this withChannelUserId($value)
1170
 */
1171
class QueryOrderInfoAfterSale extends Rpc
1172
{
1173
1174
    /** @var string */
1175
    public $method = 'GET';
1176
}
1177
1178
/**
1179
 * @method string getBizUid()
1180
 * @method $this withBizUid($value)
1181
 * @method string getPaymentId()
1182
 * @method $this withPaymentId($value)
1183
 * @method string getBizId()
1184
 * @method $this withBizId($value)
1185
 */
1186
class QueryOrderItemInfoByPaymentIdForAiZhanYou extends Rpc
1187
{
1188
}
1189
1190
/**
1191
 * @method string getBizUid()
1192
 * @method $this withBizUid($value)
1193
 * @method string getAccountType()
1194
 * @method $this withAccountType($value)
1195
 * @method string getUseAnonymousTbAccount()
1196
 * @method $this withUseAnonymousTbAccount($value)
1197
 * @method string getPageNumber()
1198
 * @method $this withPageNumber($value)
1199
 * @method string getThirdPartyUserId()
1200
 * @method $this withThirdPartyUserId($value)
1201
 * @method string getFilterOption()
1202
 * @method $this withFilterOption($value)
1203
 * @method string getBizId()
1204
 * @method $this withBizId($value)
1205
 * @method string getPageSize()
1206
 * @method $this withPageSize($value)
1207
 */
1208
class QueryOrderList extends Rpc
1209
{
1210
}
1211
1212
/**
1213
 * @method string getLmOrderId()
1214
 * @method $this withLmOrderId($value)
1215
 * @method string getThirdPartyUserId()
1216
 * @method $this withThirdPartyUserId($value)
1217
 * @method string getBizUid()
1218
 * @method $this withBizUid($value)
1219
 * @method string getBizId()
1220
 * @method $this withBizId($value)
1221
 * @method string getAccountType()
1222
 * @method $this withAccountType($value)
1223
 * @method string getUseAnonymousTbAccount()
1224
 * @method $this withUseAnonymousTbAccount($value)
1225
 */
1226
class QueryOrderLogistics extends Rpc
1227
{
1228
}
1229
1230
/**
1231
 * @method string getSubLmOrderId()
1232
 * @method $this withSubLmOrderId($value)
1233
 * @method string getThirdPartyUserId()
1234
 * @method $this withThirdPartyUserId($value)
1235
 * @method string getBizUid()
1236
 * @method $this withBizUid($value)
1237
 * @method string getBizId()
1238
 * @method $this withBizId($value)
1239
 * @method string getAccountType()
1240
 * @method $this withAccountType($value)
1241
 * @method string getUseAnonymousTbAccount()
1242
 * @method $this withUseAnonymousTbAccount($value)
1243
 */
1244
class QueryRefundApplicationDetail extends Rpc
1245
{
1246
}
1247
1248
/**
1249
 * @method string getCityCode()
1250
 * @method $this withCityCode($value)
1251
 * @method string getExtJson()
1252
 * @method $this withExtJson($value)
1253
 * @method string getBizId()
1254
 * @method $this withBizId($value)
1255
 */
1256
class QueryUpcomingMovies extends Rpc
1257
{
1258
}
1259
1260
/**
1261
 * @method string getReason()
1262
 * @method $this withReason($value)
1263
 * @method string getSellerId()
1264
 * @method $this withSellerId($value)
1265
 * @method string getLmOrderId()
1266
 * @method $this withLmOrderId($value)
1267
 * @method string getThirdPartyUserId()
1268
 * @method $this withThirdPartyUserId($value)
1269
 * @method string getBizId()
1270
 * @method $this withBizId($value)
1271
 * @method string getUseAnonymousTbAccount()
1272
 * @method $this withUseAnonymousTbAccount($value)
1273
 */
1274
class RefundPoint extends Rpc
1275
{
1276
}
1277
1278
/**
1279
 * @method string getThirdPartyUserId()
1280
 * @method $this withThirdPartyUserId($value)
1281
 * @method string getBizId()
1282
 * @method $this withBizId($value)
1283
 */
1284
class RegistAnonymousTbAccount extends Rpc
1285
{
1286
}
1287
1288
/**
1289
 * @method string getBizUid()
1290
 * @method $this withBizUid($value)
1291
 * @method string getExtJson()
1292
 * @method $this withExtJson($value)
1293
 * @method string getBizId()
1294
 * @method $this withBizId($value)
1295
 * @method string getLockSeatApplyKey()
1296
 * @method $this withLockSeatApplyKey($value)
1297
 */
1298
class ReleaseMovieSeat extends Rpc
1299
{
1300
}
1301
1302
/**
1303
 * @method string getAddressInfo()
1304
 * @method string getThirdPartyUserId()
1305
 * @method $this withThirdPartyUserId($value)
1306
 * @method string getBizId()
1307
 * @method $this withBizId($value)
1308
 * @method string getUseAnonymousTbAccount()
1309
 * @method $this withUseAnonymousTbAccount($value)
1310
 */
1311
class RemoveAddress extends Rpc
1312
{
1313
1314
    /**
1315
     * @param string $value
1316
     *
1317
     * @return $this
1318
     */
1319
    public function withAddressInfo($value)
1320
    {
1321
        $this->data['AddressInfo'] = $value;
1322
        $this->options['form_params']['AddressInfo'] = $value;
1323
1324
        return $this;
1325
    }
1326
}
1327
1328
/**
1329
 * @method string getExtJson()
1330
 * @method $this withExtJson($value)
1331
 * @method string getBizId()
1332
 * @method $this withBizId($value)
1333
 * @method string getMessageIds()
1334
 * @method $this withMessageIds($value)
1335
 */
1336
class RemoveMessages extends Rpc
1337
{
1338
}
1339
1340
/**
1341
 * @method string getBizUid()
1342
 * @method $this withBizUid($value)
1343
 * @method string getExtJson()
1344
 * @method $this withExtJson($value)
1345
 * @method string getUseAnonymousTbAccount()
1346
 * @method $this withUseAnonymousTbAccount($value)
1347
 * @method array getItemList()
1348
 * @method string getThirdPartyUserId()
1349
 * @method $this withThirdPartyUserId($value)
1350
 * @method string getBizId()
1351
 * @method $this withBizId($value)
1352
 * @method string getDeliveryAddress()
1353
 * @method $this withDeliveryAddress($value)
1354
 */
1355
class RenderOrder extends Rpc
1356
{
1357
1358
    /**
1359
     * @param array $itemList
1360
     *
1361
     * @return $this
1362
     */
1363
	public function withItemList(array $itemList)
1364
	{
1365
	    $this->data['ItemList'] = $itemList;
1366
		foreach ($itemList as $depth1 => $depth1Value) {
1367
			$this->options['query']['ItemList.' . ($depth1 + 1) . '.ItemId'] = $depth1Value['ItemId'];
1368
			$this->options['query']['ItemList.' . ($depth1 + 1) . '.Quantity'] = $depth1Value['Quantity'];
1369
			$this->options['query']['ItemList.' . ($depth1 + 1) . '.SkuId'] = $depth1Value['SkuId'];
1370
		}
1371
1372
		return $this;
1373
    }
1374
}
1375
1376
/**
1377
 * @method string getLmOrderId()
1378
 * @method $this withLmOrderId($value)
1379
 * @method string getThirdPartyUserId()
1380
 * @method $this withThirdPartyUserId($value)
1381
 * @method string getBizUid()
1382
 * @method $this withBizUid($value)
1383
 * @method string getBizId()
1384
 * @method $this withBizId($value)
1385
 * @method string getUseAnonymousTbAccount()
1386
 * @method $this withUseAnonymousTbAccount($value)
1387
 */
1388
class RepayForPayUrl extends Rpc
1389
{
1390
}
1391
1392
/**
1393
 * @method string getLmOrderId()
1394
 * @method $this withLmOrderId($value)
1395
 * @method string getThirdPartyUserId()
1396
 * @method $this withThirdPartyUserId($value)
1397
 * @method string getBizUid()
1398
 * @method $this withBizUid($value)
1399
 * @method string getBizId()
1400
 * @method $this withBizId($value)
1401
 * @method string getAccountType()
1402
 * @method $this withAccountType($value)
1403
 * @method string getUseAnonymousTbAccount()
1404
 * @method $this withUseAnonymousTbAccount($value)
1405
 */
1406
class RepayOrder extends Rpc
1407
{
1408
}
1409
1410
/**
1411
 * @method string getSeatIds()
1412
 * @method $this withSeatIds($value)
1413
 * @method string getBizUid()
1414
 * @method $this withBizUid($value)
1415
 * @method string getExtJson()
1416
 * @method $this withExtJson($value)
1417
 * @method string getBizId()
1418
 * @method $this withBizId($value)
1419
 * @method string getMobile()
1420
 * @method $this withMobile($value)
1421
 * @method string getSeatNames()
1422
 * @method $this withSeatNames($value)
1423
 * @method string getScheduleId()
1424
 * @method $this withScheduleId($value)
1425
 */
1426
class ReserveMovieSeat extends Rpc
1427
{
1428
}
1429
1430
/**
1431
 * @method string getBizUid()
1432
 * @method $this withBizUid($value)
1433
 * @method string getAccountType()
1434
 * @method $this withAccountType($value)
1435
 * @method string getUseAnonymousTbAccount()
1436
 * @method $this withUseAnonymousTbAccount($value)
1437
 * @method string getCpCode()
1438
 * @method $this withCpCode($value)
1439
 * @method string getSubLmOrderId()
1440
 * @method $this withSubLmOrderId($value)
1441
 * @method string getThirdPartyUserId()
1442
 * @method $this withThirdPartyUserId($value)
1443
 * @method string getDisputeId()
1444
 * @method $this withDisputeId($value)
1445
 * @method string getBizId()
1446
 * @method $this withBizId($value)
1447
 * @method string getLogisticsNo()
1448
 * @method $this withLogisticsNo($value)
1449
 */
1450
class SubmitReturnGoodLogistics extends Rpc
1451
{
1452
}
1453
1454
/**
1455
 * @method string getSellerNick()
1456
 * @method $this withSellerNick($value)
1457
 * @method string getBizId()
1458
 * @method $this withBizId($value)
1459
 * @method string getItemList()
1460
 * @method string getTaskId()
1461
 * @method $this withTaskId($value)
1462
 * @method string getTimeStamp()
1463
 * @method $this withTimeStamp($value)
1464
 */
1465
class SyncMerchantInfo extends Rpc
1466
{
1467
1468
    /**
1469
     * @param string $value
1470
     *
1471
     * @return $this
1472
     */
1473
    public function withItemList($value)
1474
    {
1475
        $this->data['ItemList'] = $value;
1476
        $this->options['form_params']['ItemList'] = $value;
1477
1478
        return $this;
1479
    }
1480
}
1481
1482
/**
1483
 * @method string getAddressInfo()
1484
 * @method string getThirdPartyUserId()
1485
 * @method $this withThirdPartyUserId($value)
1486
 * @method string getBizId()
1487
 * @method $this withBizId($value)
1488
 * @method string getUseAnonymousTbAccount()
1489
 * @method $this withUseAnonymousTbAccount($value)
1490
 */
1491
class UpdateAddress extends Rpc
1492
{
1493
1494
    /**
1495
     * @param string $value
1496
     *
1497
     * @return $this
1498
     */
1499
    public function withAddressInfo($value)
1500
    {
1501
        $this->data['AddressInfo'] = $value;
1502
        $this->options['form_params']['AddressInfo'] = $value;
1503
1504
        return $this;
1505
    }
1506
}
1507
1508
/**
1509
 * @method string getBizUid()
1510
 * @method $this withBizUid($value)
1511
 * @method string getExtJson()
1512
 * @method $this withExtJson($value)
1513
 * @method string getBizId()
1514
 * @method $this withBizId($value)
1515
 * @method string getMobileNo()
1516
 * @method $this withMobileNo($value)
1517
 * @method string getTbUserNick()
1518
 * @method $this withTbUserNick($value)
1519
 */
1520
class ValidateTaobaoAccount extends Rpc
1521
{
1522
}
1523