1 | <?php |
||
8 | class GetOrderInfoApi extends AbstractApi |
||
9 | { |
||
10 | /** |
||
11 | * {@inheritdoc} |
||
12 | */ |
||
13 | public function httpMethod(): HttpMethod |
||
17 | |||
18 | /** |
||
19 | * {@inheritdoc} |
||
20 | */ |
||
21 | public function path(): string |
||
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | public function distillResponse(array $response): array |
||
37 | |||
38 | /** |
||
39 | * {@inheritdoc} |
||
40 | */ |
||
41 | public function expectsFormFields(): bool |
||
45 | } |
||
46 |