Invoice |
Invoice.addAttachmentsItem(Attachment attachmentsItem) |
Invoice |
Invoice.addLineItemsItem(LineItem lineItemsItem) |
Invoice |
Invoice.addValidationErrorsItem(ValidationError validationErrorsItem) |
Invoice |
Invoice.attachments(List<Attachment> attachments) |
Invoice |
Invoice.brandingThemeID(UUID brandingThemeID) |
Invoice |
Invoice.contact(Contact contact) |
Invoice |
Invoice.currencyCode(CurrencyCode currencyCode) |
Invoice |
Invoice.currencyRate(Double currencyRate) |
Invoice |
Invoice.date(org.threeten.bp.LocalDate date) |
Invoice |
Invoice.dueDate(org.threeten.bp.LocalDate dueDate) |
Invoice |
Invoice.expectedPaymentDate(org.threeten.bp.LocalDate expectedPaymentDate) |
Invoice |
Payment.getInvoice()
Get invoice
|
Invoice |
Allocation.getInvoice()
Get invoice
|
Invoice |
Invoice.hasErrors(Boolean hasErrors) |
Invoice |
Invoice.invoiceID(UUID invoiceID) |
Invoice |
Invoice.invoiceNumber(String invoiceNumber) |
Invoice |
Invoice.lineAmountTypes(LineAmountTypes lineAmountTypes) |
Invoice |
Invoice.lineItems(List<LineItem> lineItems) |
Invoice |
Invoice.plannedPaymentDate(org.threeten.bp.LocalDate plannedPaymentDate) |
Invoice |
Invoice.reference(String reference) |
Invoice |
Invoice.sentToContact(Boolean sentToContact) |
Invoice |
Invoice.status(Invoice.StatusEnum status) |
Invoice |
Invoice.statusAttributeString(String statusAttributeString) |
Invoice |
Invoice.type(Invoice.TypeEnum type) |
Invoice |
Invoice.url(String url) |
Invoice |
Invoice.validationErrors(List<ValidationError> validationErrors) |