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