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