Total Complexity | 1 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class EstablishmentPaymentMethodsEndpoint extends Endpoint |
||
17 | { |
||
18 | protected string $location = '/service/v2/establishments'; |
||
19 | |||
20 | /** |
||
21 | * Endpoint para configuração de métodos de pagamento |
||
22 | * |
||
23 | * @param PaymentMethod $paymentMethod |
||
24 | * @param string $establishmentUuid |
||
25 | * @return Response |
||
26 | */ |
||
27 | public function config(PaymentMethod $paymentMethod, string $establishmentUuid): Response |
||
37 | } |