Uses of Class
com.xero.models.accounting.CreditNote
Packages that use CreditNote
-
Uses of CreditNote in com.xero.models.accounting
Methods in com.xero.models.accounting that return CreditNoteModifier and TypeMethodDescriptionCreditNote.addAllocationsItem(Allocation allocationsItem) See AllocationsCreditNote.addInvoiceAddressesItem(InvoiceAddress invoiceAddressesItem) An array of addresses used to auto calculate sales taxCreditNote.addLineItemsItem(LineItem lineItemsItem) See Invoice Line ItemsCreditNote.addPaymentsItem(Payment paymentsItem) See PaymentsCreditNote.addValidationErrorsItem(ValidationError validationErrorsItem) Displays array of validation error messages from the APICreditNote.addWarningsItem(ValidationError warningsItem) Displays array of warning messages from the APICreditNote.allocations(List<Allocation> allocations) See AllocationsCreditNote.appliedAmount(Double appliedAmount) The amount of applied to an invoiceCreditNote.brandingThemeID(UUID brandingThemeID) See BrandingThemescontactCreditNote.creditNoteID(UUID creditNoteID) Xero generated unique identifierCreditNote.creditNoteNumber(String creditNoteNumber) ACCRECCREDIT – Unique alpha numeric code identifying credit note (when missing will auto-generate from your Organisation Invoice Settings)CreditNote.currencyCode(CurrencyCode currencyCode) currencyCodeCreditNote.currencyRate(Double currencyRate) The currency rate for a multicurrency invoice.The date the credit note is issued YYYY-MM-DD.Date invoice is due – YYYY-MM-DDCreditNote.fullyPaidOnDate(String fullyPaidOnDate) Date when credit note was fully paid(UTC format)Allocation.getCreditNote()Get creditNotePayment.getCreditNote()Get creditNoteCreditNote.hasAttachments(Boolean hasAttachments) boolean to indicate if a credit note has an attachmentA boolean to indicate if a credit note has an validation errorsCreditNote.invoiceAddresses(List<InvoiceAddress> invoiceAddresses) An array of addresses used to auto calculate sales taxCreditNote.lineAmountTypes(LineAmountTypes lineAmountTypes) lineAmountTypesSee Invoice Line ItemsSee PaymentsACCRECCREDIT only – additional reference numberCreditNote.remainingCredit(Double remainingCredit) The remaining credit balance on the Credit NoteCreditNote.status(CreditNote.StatusEnum status) See Credit Note Status CodesCreditNote.statusAttributeString(String statusAttributeString) A string to indicate if a invoice statusThe subtotal of the credit note excluding taxesThe total of the Credit Note(subtotal + total tax)The total tax on the credit noteCreditNote.type(CreditNote.TypeEnum type) See Credit Note TypesCreditNote.validationErrors(List<ValidationError> validationErrors) Displays array of validation error messages from the APICreditNote.warnings(List<ValidationError> warnings) Displays array of warning messages from the APIMethods in com.xero.models.accounting that return types with arguments of type CreditNoteModifier and TypeMethodDescriptionCreditNotes.getCreditNotes()Get creditNotesInvoice.getCreditNotes()Details of credit notes that have been applied to an invoiceMethods in com.xero.models.accounting with parameters of type CreditNoteModifier and TypeMethodDescriptionCreditNotes.addCreditNotesItem(CreditNote creditNotesItem) creditNotesAllocation.creditNote(CreditNote creditNote) creditNotePayment.creditNote(CreditNote creditNote) creditNotevoidAllocation.setCreditNote(CreditNote creditNote) creditNotevoidPayment.setCreditNote(CreditNote creditNote) creditNoteMethod parameters in com.xero.models.accounting with type arguments of type CreditNoteModifier and TypeMethodDescriptionCreditNotes.creditNotes(List<CreditNote> creditNotes) creditNotesvoidCreditNotes.setCreditNotes(List<CreditNote> creditNotes) creditNotes