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