Uses of Class
com.xero.models.accounting.CreditNotes
-
Packages that use CreditNotes Package Description com.xero.api.client com.xero.models.accounting -
-
Uses of CreditNotes in com.xero.api.client
Methods in com.xero.api.client that return CreditNotes Modifier and Type Method Description CreditNotesAccountingApi. createCreditNotes(String accessToken, String xeroTenantId, CreditNotes creditNotes, Boolean summarizeErrors, Integer unitdp)Creates a new credit noteCreditNotesAccountingApi. getCreditNote(String accessToken, String xeroTenantId, UUID creditNoteID, Integer unitdp)Retrieves a specific credit note using a unique credit note IdCreditNotesAccountingApi. getCreditNotes(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order, Integer page, Integer unitdp)Retrieves any credit notesCreditNotesAccountingApi. updateCreditNote(String accessToken, String xeroTenantId, UUID creditNoteID, CreditNotes creditNotes, Integer unitdp)Updates a specific credit noteCreditNotesAccountingApi. updateOrCreateCreditNotes(String accessToken, String xeroTenantId, CreditNotes creditNotes, Boolean summarizeErrors, Integer unitdp)Updates or creates one or more credit notesMethods in com.xero.api.client with parameters of type CreditNotes Modifier and Type Method Description CreditNotesAccountingApi. createCreditNotes(String accessToken, String xeroTenantId, CreditNotes creditNotes, Boolean summarizeErrors, Integer unitdp)Creates a new credit notecom.google.api.client.http.HttpResponseAccountingApi. createCreditNotesForHttpResponse(String accessToken, String xeroTenantId, CreditNotes creditNotes, Boolean summarizeErrors, Integer unitdp)Creates a new credit noteCreditNotesAccountingApi. updateCreditNote(String accessToken, String xeroTenantId, UUID creditNoteID, CreditNotes creditNotes, Integer unitdp)Updates a specific credit notecom.google.api.client.http.HttpResponseAccountingApi. updateCreditNoteForHttpResponse(String accessToken, String xeroTenantId, UUID creditNoteID, CreditNotes creditNotes, Integer unitdp)Updates a specific credit noteCreditNotesAccountingApi. updateOrCreateCreditNotes(String accessToken, String xeroTenantId, CreditNotes creditNotes, Boolean summarizeErrors, Integer unitdp)Updates or creates one or more credit notescom.google.api.client.http.HttpResponseAccountingApi. updateOrCreateCreditNotesForHttpResponse(String accessToken, String xeroTenantId, CreditNotes creditNotes, Boolean summarizeErrors, Integer unitdp)Updates or creates one or more credit notes -
Uses of CreditNotes in com.xero.models.accounting
Methods in com.xero.models.accounting that return CreditNotes Modifier and Type Method Description CreditNotesCreditNotes. addCreditNotesItem(CreditNote creditNotesItem)creditNotesCreditNotesCreditNotes. creditNotes(List<CreditNote> creditNotes)creditNotes
-