Total Complexity | 3 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class WalletBalance extends PrivateEndpoint implements IGetEndpointInterface |
||
13 | { |
||
14 | protected function getEndpointUrl(): string |
||
17 | } |
||
18 | |||
19 | protected function getRequestClassname(): string |
||
22 | } |
||
23 | |||
24 | protected function getResponseClassnameByCondition(array &$apiData = null): string |
||
27 | } |
||
28 | } |