| 1 | <?php |
||
| 7 | class InvoiceLine extends Base |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @return array|null |
||
| 11 | * @throws \Fenerum\API\Exceptions\FenerumApiException |
||
| 12 | */ |
||
| 13 | public function listInvoice(): ?array |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param int $id |
||
| 20 | * @return array|null |
||
| 21 | * @throws \Fenerum\API\Exceptions\FenerumApiException |
||
| 22 | */ |
||
| 23 | public function getInvoice(int $id): ?array |
||
| 27 | } |
||
| 28 |