| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InvoicingV2InvoicesAllGet200Response |
InvoicesApi.getAllInvoices(Integer offset,
Integer limit,
String status)
Get a List of Invoices
Get a list of invoices.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InvoicingV2InvoicesAllGet200Response> |
InvoicesApi.getAllInvoicesWithHttpInfo(Integer offset,
Integer limit,
String status)
Get a List of Invoices
Get a list of invoices.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
InvoicesApi.getAllInvoicesAsync(Integer offset,
Integer limit,
String status,
ApiCallback<InvoicingV2InvoicesAllGet200Response> callback)
Get a List of Invoices (asynchronously)
Get a list of invoices.
|
| Modifier and Type | Method and Description |
|---|---|
InvoicingV2InvoicesAllGet200Response |
InvoicingV2InvoicesAllGet200Response.addInvoicesItem(InvoicingV2InvoicesAllGet200ResponseInvoices invoicesItem) |
InvoicingV2InvoicesAllGet200Response |
InvoicingV2InvoicesAllGet200Response.invoices(List<InvoicingV2InvoicesAllGet200ResponseInvoices> invoices) |
InvoicingV2InvoicesAllGet200Response |
InvoicingV2InvoicesAllGet200Response.links(InvoicingV2InvoicesAllGet200ResponseLinks links) |
InvoicingV2InvoicesAllGet200Response |
InvoicingV2InvoicesAllGet200Response.submitTimeUtc(String submitTimeUtc) |
InvoicingV2InvoicesAllGet200Response |
InvoicingV2InvoicesAllGet200Response.totalInvoices(Integer totalInvoices) |
Copyright © 2020. All rights reserved.