1 | <?php |
||
13 | class ARBGetSubscriptionListRequest extends ARBSubscriptionRequest |
||
14 | { |
||
15 | protected $searchType; |
||
16 | |||
17 | protected $sorting; |
||
18 | |||
19 | protected $paging; |
||
20 | |||
21 | 1 | public function __construct( |
|
29 | |||
30 | /** |
||
31 | * @param \CommerceGuys\AuthNet\DataTypes\Sorting $sorting |
||
32 | * @return $this |
||
33 | */ |
||
34 | 1 | public function setSorting(Sorting $sorting) |
|
39 | |||
40 | /** |
||
41 | * @param \CommerceGuys\AuthNet\DataTypes\Paging $paging |
||
42 | * @return $this |
||
43 | */ |
||
44 | 1 | public function setPaging(Paging $paging) |
|
49 | |||
50 | 1 | protected function attachData(RequestInterface $request) |
|
60 | } |
||
61 |