| Total Complexity | 1 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class SubscriptionEndpointV2 extends Endpoint |
||
| 14 | { |
||
| 15 | protected string $location = '/service/v2/subscription'; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Endpoint para envio de email de cobrança ao cliente. |
||
| 19 | * |
||
| 20 | * @param int $subscription_id |
||
| 21 | * @return Response |
||
| 22 | */ |
||
| 23 | public function notify(int $subscription_id): Response |
||
| 26 | } |
||
| 27 | } |