| 1 | <?php |
||
| 7 | class ResponseGeoRegionShopsSummaryGet extends Model |
||
| 8 | { |
||
| 9 | protected $homeCount = null; |
||
| 10 | |||
| 11 | protected $deliveryCount = null; |
||
| 12 | |||
| 13 | protected $totalCount = null; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Retrieve the homeCount property |
||
| 17 | * |
||
| 18 | * @return int|null |
||
| 19 | */ |
||
| 20 | 1 | public function getHomeCount() |
|
| 24 | |||
| 25 | /** |
||
| 26 | * Retrieve the deliveryCount property |
||
| 27 | * |
||
| 28 | * @return int|null |
||
| 29 | */ |
||
| 30 | 1 | public function getDeliveryCount() |
|
| 34 | |||
| 35 | /** |
||
| 36 | * Retrieve the totalCount property |
||
| 37 | * |
||
| 38 | * @return int|null |
||
| 39 | */ |
||
| 40 | 1 | public function getTotalCount() |
|
| 44 | } |
||
| 45 |