RepeatingInvoice |
RepeatingInvoice.addAttachmentsItem(Attachment attachmentsItem) |
Displays array of attachments from the API
|
RepeatingInvoice |
RepeatingInvoice.addLineItemsItem(LineItem lineItemsItem) |
See LineItems
|
RepeatingInvoice |
RepeatingInvoice.attachments(List<Attachment> attachments) |
Displays array of attachments from the API
|
RepeatingInvoice |
RepeatingInvoice.brandingThemeID(UUID brandingThemeID) |
See BrandingThemes
|
RepeatingInvoice |
RepeatingInvoice.contact(Contact contact) |
contact
|
RepeatingInvoice |
RepeatingInvoice.currencyCode(CurrencyCode currencyCode) |
currencyCode
|
RepeatingInvoice |
RepeatingInvoice.ID(UUID ID) |
Xero generated unique identifier for repeating invoice template
|
RepeatingInvoice |
RepeatingInvoice.lineAmountTypes(LineAmountTypes lineAmountTypes) |
lineAmountTypes
|
RepeatingInvoice |
RepeatingInvoice.lineItems(List<LineItem> lineItems) |
See LineItems
|
RepeatingInvoice |
RepeatingInvoice.reference(String reference) |
ACCREC only – additional reference number
|
RepeatingInvoice |
RepeatingInvoice.repeatingInvoiceID(UUID repeatingInvoiceID) |
Xero generated unique identifier for repeating invoice template
|
RepeatingInvoice |
RepeatingInvoice.schedule(Schedule schedule) |
schedule
|
RepeatingInvoice |
RepeatingInvoice.status(RepeatingInvoice.StatusEnum status) |
One of the following - DRAFT or AUTHORISED – See Invoice Status Codes
|
RepeatingInvoice |
RepeatingInvoice.subTotal(Double subTotal) |
Total of invoice excluding taxes
|
RepeatingInvoice |
RepeatingInvoice.total(Double total) |
Total of Invoice tax inclusive (i.e.
|
RepeatingInvoice |
RepeatingInvoice.totalTax(Double totalTax) |
Total tax on invoice
|
RepeatingInvoice |
RepeatingInvoice.type(RepeatingInvoice.TypeEnum type) |
See Invoice Types
|