Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | trait InvoicesSearch |
||
8 | { |
||
9 | use Filters; |
||
10 | |||
11 | /** |
||
12 | * Search and return existing invoices. |
||
13 | * |
||
14 | * @throws \Throwable |
||
15 | * |
||
16 | * @return array|\Psr\Http\Message\StreamInterface|string |
||
17 | * |
||
18 | * @see https://developer.paypal.com/docs/api/invoicing/v2/#invoices_list |
||
19 | */ |
||
20 | public function searchInvoices() |
||
37 |