| Total Complexity | 5 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | final class PaymentType extends BaseHttpApi |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @throws ClientExceptionInterface |
||
| 19 | * @throws Exception\DomainException |
||
| 20 | */ |
||
| 21 | public function table(): PaymentTypeCollection |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @throws ClientExceptionInterface |
||
| 34 | * @throws Exception\DomainException |
||
| 35 | */ |
||
| 36 | public function favorite(): ?PaymentTypeModel |
||
| 50 |