| Total Complexity | 4 | 
| Total Lines | 20 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 10 | class BatchCancelOrder extends PrivateEndpoint  | 
            ||
| 11 | { | 
            ||
| 12 | public function getEndpointRequestMethod(): string  | 
            ||
| 15 | }  | 
            ||
| 16 | |||
| 17 | protected function getEndpointUrl(): string  | 
            ||
| 18 |     { | 
            ||
| 19 | return "/spot/v3/private/cancel-orders";  | 
            ||
| 20 | }  | 
            ||
| 21 | |||
| 22 | protected function getResponseClassnameByCondition(array &$apiData = null): string  | 
            ||
| 25 | }  | 
            ||
| 26 | |||
| 27 | protected function getRequestClassname(): string  | 
            ||
| 30 | }  | 
            ||
| 31 | }  | 
            ||
| 32 |