| Total Complexity | 2 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class CheckoutEndpointV2 extends Endpoint |
||
| 15 | { |
||
| 16 | protected string $location = '/service/v2/checkout'; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Endpoint para obter parcelamento do recurso `Checkout`. |
||
| 20 | * |
||
| 21 | * @param array|null $params |
||
| 22 | * @return Response |
||
| 23 | */ |
||
| 24 | public function getInstallments(?CheckoutInstallments $checkoutInstallments = null): Response |
||
| 27 | } |
||
| 28 | } |