| Total Complexity | 1 | 
| Total Lines | 18 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 7 | class Payment extends NovaPoshta | ||
| 8 | { | ||
| 9 | protected $model = 'Payment'; | ||
| 10 | protected $calledMethod; | ||
| 11 | protected $methodProperties = null; | ||
| 12 | |||
| 13 | /*** | ||
| 14 | * Получение данных по картам оплаты. | ||
| 15 | * | ||
| 16 | * @since 2022-11-07 | ||
| 17 | * | ||
| 18 | * @return array | ||
| 19 | */ | ||
| 20 | public function walletManagement(): array | ||
| 27 |