Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class Deactivate extends AbstractLocation { |
||
10 | |||
11 | protected function _getPayload() : array { |
||
15 | ]; |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * @throws Exception\InvalidResponse |
||
20 | * @throws Exception\RateLimitReached |
||
21 | * @throws Exception\ServiceUnavailable |
||
22 | */ |
||
23 | public function getResponse() : Response\Account\Deactivate { |
||
28 |