| Total Complexity | 1 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | class BySchema implements ServiceRequestInterface, WorkerInterface, ProductSendingInterface |
||
| 25 | { |
||
| 26 | use BaseDto, ServiceRequestBuilder, ProductFacade; |
||
| 27 | |||
| 28 | private $apiMethodName = 'aliexpress.solution.schema.product.instance.post'; |
||
|
|
|||
| 29 | |||
| 30 | private $productInstanceRequest; |
||
| 31 | |||
| 32 | public function getParamsWrapperKey(): string |
||
| 37 |