Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | class Info implements ServiceRequestInterface, WorkerInterface |
||
22 | { |
||
23 | use BaseDto, ServiceRequestBuilder; |
||
24 | |||
25 | private $apiMethodName = 'aliexpress.solution.order.info.get'; |
||
|
|||
26 | |||
27 | private $extInfoBitFlag = 16; |
||
28 | |||
29 | private $orderId; |
||
30 | |||
31 | /** |
||
32 | * @inheritDoc |
||
33 | */ |
||
34 | public function getRequest(): array |
||
39 |