| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
CreditNotes |
AccountingApi.createCreditNote(Boolean summarizeErrors,
CreditNotes creditNotes)
Allows you to create a credit note
|
CreditNotes |
AccountingApi.getCreditNote(UUID creditNoteID)
Allows you to retrieve a specific credit note
|
CreditNotes |
AccountingApi.getCreditNotes(org.threeten.bp.OffsetDateTime ifModifiedSince,
String where,
String order,
Integer page)
Allows you to retrieve any credit notes
|
CreditNotes |
AccountingApi.updateCreditNote(UUID creditNoteID,
CreditNotes creditNotes)
Allows you to update a specific credit note
|
| Modifier and Type | Method and Description |
|---|---|
CreditNotes |
AccountingApi.createCreditNote(Boolean summarizeErrors,
CreditNotes creditNotes)
Allows you to create a credit note
|
CreditNotes |
AccountingApi.updateCreditNote(UUID creditNoteID,
CreditNotes creditNotes)
Allows you to update a specific credit note
|
| Modifier and Type | Method and Description |
|---|---|
CreditNotes |
CreditNotes.addCreditNotesItem(CreditNote creditNotesItem) |
CreditNotes |
CreditNotes.creditNotes(List<CreditNote> creditNotes) |
Copyright © 2019. All rights reserved.