| 1 | <?php |
||
| 8 | class ARBGetSubscriptionListRequest extends ANetApiRequestType |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @property string $searchType |
||
| 13 | */ |
||
| 14 | private $searchType = null; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @property \net\authorize\api\contract\v1\ARBGetSubscriptionListSortingType |
||
| 18 | * $sorting |
||
| 19 | */ |
||
| 20 | private $sorting = null; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @property \net\authorize\api\contract\v1\PagingType $paging |
||
| 24 | */ |
||
| 25 | private $paging = null; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Gets as searchType |
||
| 29 | * |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | 1 | public function getSearchType() |
|
| 36 | |||
| 37 | /** |
||
| 38 | * Sets a new searchType |
||
| 39 | * |
||
| 40 | * @param string $searchType |
||
| 41 | * @return self |
||
| 42 | */ |
||
| 43 | 1 | public function setSearchType($searchType) |
|
| 48 | |||
| 49 | /** |
||
| 50 | * Gets as sorting |
||
| 51 | * |
||
| 52 | * @return \net\authorize\api\contract\v1\ARBGetSubscriptionListSortingType |
||
| 53 | */ |
||
| 54 | 1 | public function getSorting() |
|
| 58 | |||
| 59 | /** |
||
| 60 | * Sets a new sorting |
||
| 61 | * |
||
| 62 | * @param \net\authorize\api\contract\v1\ARBGetSubscriptionListSortingType $sorting |
||
| 63 | * @return self |
||
| 64 | */ |
||
| 65 | 1 | public function setSorting(\net\authorize\api\contract\v1\ARBGetSubscriptionListSortingType $sorting) |
|
| 70 | |||
| 71 | /** |
||
| 72 | * Gets as paging |
||
| 73 | * |
||
| 74 | * @return \net\authorize\api\contract\v1\PagingType |
||
| 75 | */ |
||
| 76 | 1 | public function getPaging() |
|
| 80 | |||
| 81 | /** |
||
| 82 | * Sets a new paging |
||
| 83 | * |
||
| 84 | * @param \net\authorize\api\contract\v1\PagingType $paging |
||
| 85 | * @return self |
||
| 86 | */ |
||
| 87 | 1 | public function setPaging(\net\authorize\api\contract\v1\PagingType $paging) |
|
| 92 | |||
| 93 | |||
| 94 | } |
||
| 95 | |||
| 96 |