| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Invoices |
AccountingApi.createInvoice(Invoices invoices,
Boolean summarizeErrors)
Allows you to create any sales invoices or purchase bills
|
Invoices |
AccountingApi.getInvoice(UUID invoiceID)
Allows you to retrieve a specified sales invoice or purchase bill
|
Invoices |
AccountingApi.getInvoices(org.threeten.bp.OffsetDateTime ifModifiedSince,
String where,
String order,
String ids,
String invoiceNumbers,
String contactIDs,
String statuses,
Integer page,
Boolean includeArchived,
Boolean createdByMyApp,
Integer unitdp)
Allows you to retrieve any sales invoices or purchase bills
|
Invoices |
AccountingApi.updateInvoice(UUID invoiceID,
Invoices invoices)
Allows you to update a specified sales invoices or purchase bills
|
| Modifier and Type | Method and Description |
|---|---|
Invoices |
AccountingApi.createInvoice(Invoices invoices,
Boolean summarizeErrors)
Allows you to create any sales invoices or purchase bills
|
Invoices |
AccountingApi.updateInvoice(UUID invoiceID,
Invoices invoices)
Allows you to update a specified sales invoices or purchase bills
|
| Modifier and Type | Method and Description |
|---|---|
Invoices |
Invoices.addInvoicesItem(Invoice invoicesItem) |
Invoices |
Invoices.invoices(List<Invoice> invoices) |
Copyright © 2019. All rights reserved.