Uses of Class
com.xero.models.accounting.Invoice
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of Invoice in com.xero.models.accounting
Methods in com.xero.models.accounting that return types with arguments of type Invoice Modifier and Type Method Description List<Invoice>Invoices. getInvoices()Get invoicesMethods in com.xero.models.accounting with parameters of type Invoice Modifier and Type Method Description InvoicesInvoices. addInvoicesItem(Invoice invoicesItem)AllocationAllocation. invoice(Invoice invoice)PaymentPayment. invoice(Invoice invoice)voidAllocation. setInvoice(Invoice invoice)voidPayment. setInvoice(Invoice invoice)Method parameters in com.xero.models.accounting with type arguments of type Invoice Modifier and Type Method Description InvoicesInvoices. invoices(List<Invoice> invoices)voidInvoices. setInvoices(List<Invoice> invoices)