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 ( d404fe...23cf5e )
by
unknown
06:44
created

GetSwitchUrl   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
c 0
b 0
f 0
rs 10

1 Method

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