Uses of Class
com.xero.models.accounting.CreditNote
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of CreditNote in com.xero.models.accounting
Methods in com.xero.models.accounting that return types with arguments of type CreditNote Modifier and Type Method Description List<CreditNote>CreditNotes. getCreditNotes()Get creditNotesList<CreditNote>Invoice. getCreditNotes()Details of credit notes that have been applied to an invoiceMethods in com.xero.models.accounting with parameters of type CreditNote Modifier and Type Method Description CreditNotesCreditNotes. addCreditNotesItem(CreditNote creditNotesItem)AllocationAllocation. creditNote(CreditNote creditNote)PaymentPayment. creditNote(CreditNote creditNote)voidAllocation. setCreditNote(CreditNote creditNote)voidPayment. setCreditNote(CreditNote creditNote)Method parameters in com.xero.models.accounting with type arguments of type CreditNote Modifier and Type Method Description CreditNotesCreditNotes. creditNotes(List<CreditNote> creditNotes)voidCreditNotes. setCreditNotes(List<CreditNote> creditNotes)