| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | final class CashDeskList extends RequestPage |
||
| 11 | { |
||
| 12 | public $method = 'GET'; |
||
| 13 | protected $path = '/v1/cashboxes'; |
||
| 14 | |||
| 15 | /** @var integer */ |
||
| 16 | public $outletId; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @inheritDoc |
||
| 20 | */ |
||
| 21 | public function getPropertyMap(): array |
||
| 25 | ]); |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @inheritDoc |
||
| 30 | */ |
||
| 31 | public function getRuleList(): array |
||
| 38 |