| 1 | <?php |
||
| 12 | class UpdateOrderInfoApi extends AbstractApi |
||
| 13 | { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * {@inheritdoc} |
||
| 17 | */ |
||
| 18 | public function httpMethod(): HttpMethod |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | public function path(): string |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | public function distillResponse(array $response): array |
||
| 39 | |||
| 40 | /** |
||
| 41 | * {@inheritdoc} |
||
| 42 | */ |
||
| 43 | public function expectsFormFields(): bool |
||
| 47 | |||
| 48 | } |