| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 5 | class Bank extends Endpoint |
||
| 6 | { |
||
| 7 | protected const ENDPOINT = '/bank'; |
||
| 8 | |||
| 9 | /** |
||
| 10 | * Get a list of all supported banks and their properties. |
||
| 11 | * |
||
| 12 | * @param array<string, mixed> $query |
||
| 13 | * |
||
| 14 | * @link https://paystack.com/docs/api/#miscellaneous-bank |
||
| 15 | */ |
||
| 16 | public function list(array $query = []): self |
||
| 23 |