| 1 | <?php |
||
| 8 | class UpdateOrderStatusApi extends AbstractApi |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * {@inheritdoc} |
||
| 13 | */ |
||
| 14 | public function distillResponse(array $response): array |
||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | public function httpMethod(): HttpMethod |
||
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | public function path(): string |
||
| 38 | |||
| 39 | /** |
||
| 40 | * {@inheritdoc} |
||
| 41 | */ |
||
| 42 | public function expectsFormFields(): bool |
||
| 46 | |||
| 47 | } |
||
| 48 |