CreditNote |
CreditNote.addAllocationsItem(Allocation allocationsItem) |
See Allocations
|
CreditNote |
CreditNote.addLineItemsItem(LineItem lineItemsItem) |
See Invoice Line Items
|
CreditNote |
CreditNote.addPaymentsItem(Payment paymentsItem) |
See Payments
|
CreditNote |
CreditNote.addValidationErrorsItem(ValidationError validationErrorsItem) |
Displays array of validation error messages from the API
|
CreditNote |
CreditNote.addWarningsItem(ValidationError warningsItem) |
Displays array of warning messages from the API
|
CreditNote |
CreditNote.allocations(List<Allocation> allocations) |
See Allocations
|
CreditNote |
CreditNote.appliedAmount(Double appliedAmount) |
The amount of applied to an invoice
|
CreditNote |
CreditNote.brandingThemeID(UUID brandingThemeID) |
See BrandingThemes
|
CreditNote |
CreditNote.contact(Contact contact) |
contact
|
CreditNote |
CreditNote.creditNoteID(UUID creditNoteID) |
Xero generated unique identifier
|
CreditNote |
CreditNote.creditNoteNumber(String creditNoteNumber) |
ACCRECCREDIT – Unique alpha numeric code identifying credit note (when missing will
auto-generate from your Organisation Invoice Settings)
|
CreditNote |
CreditNote.currencyCode(CurrencyCode currencyCode) |
currencyCode
|
CreditNote |
CreditNote.currencyRate(Double currencyRate) |
The currency rate for a multicurrency invoice.
|
CreditNote |
CreditNote.date(String date) |
The date the credit note is issued YYYY-MM-DD.
|
CreditNote |
CreditNote.dueDate(String dueDate) |
Date invoice is due – YYYY-MM-DD
|
CreditNote |
CreditNote.fullyPaidOnDate(String fullyPaidOnDate) |
Date when credit note was fully paid(UTC format)
|
CreditNote |
Allocation.getCreditNote() |
Get creditNote
|
CreditNote |
Payment.getCreditNote() |
Get creditNote
|
CreditNote |
CreditNote.hasAttachments(Boolean hasAttachments) |
boolean to indicate if a credit note has an attachment
|
CreditNote |
CreditNote.hasErrors(Boolean hasErrors) |
A boolean to indicate if a credit note has an validation errors
|
CreditNote |
CreditNote.lineAmountTypes(LineAmountTypes lineAmountTypes) |
lineAmountTypes
|
CreditNote |
CreditNote.lineItems(List<LineItem> lineItems) |
See Invoice Line Items
|
CreditNote |
CreditNote.payments(List<Payment> payments) |
See Payments
|
CreditNote |
CreditNote.reference(String reference) |
ACCRECCREDIT only – additional reference number
|
CreditNote |
CreditNote.remainingCredit(Double remainingCredit) |
The remaining credit balance on the Credit Note
|
CreditNote |
CreditNote.status(CreditNote.StatusEnum status) |
See Credit Note Status Codes
|
CreditNote |
CreditNote.statusAttributeString(String statusAttributeString) |
A string to indicate if a invoice status
|
CreditNote |
CreditNote.subTotal(Double subTotal) |
The subtotal of the credit note excluding taxes
|
CreditNote |
CreditNote.total(Double total) |
The total of the Credit Note(subtotal + total tax)
|
CreditNote |
CreditNote.totalTax(Double totalTax) |
The total tax on the credit note
|
CreditNote |
CreditNote.type(CreditNote.TypeEnum type) |
See Credit Note Types
|
CreditNote |
CreditNote.validationErrors(List<ValidationError> validationErrors) |
Displays array of validation error messages from the API
|
CreditNote |
CreditNote.warnings(List<ValidationError> warnings) |
Displays array of warning messages from the API
|