Uses of Class
com.xero.models.accounting.CreditNotes
Packages that use CreditNotes
-
Uses of CreditNotes in com.xero.api.client
Methods in com.xero.api.client that return CreditNotesModifier and TypeMethodDescriptionAccountingApi.createCreditNotes(String accessToken, String xeroTenantId, CreditNotes creditNotes, Boolean summarizeErrors, Integer unitdp, String idempotencyKey) Creates a new credit noteAccountingApi.getCreditNote(String accessToken, String xeroTenantId, UUID creditNoteID, Integer unitdp) Retrieves a specific credit note using a unique credit note IdAccountingApi.getCreditNotes(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order, Integer page, Integer unitdp, Integer pageSize) Retrieves any credit notesAccountingApi.updateCreditNote(String accessToken, String xeroTenantId, UUID creditNoteID, CreditNotes creditNotes, Integer unitdp, String idempotencyKey) Updates a specific credit noteAccountingApi.updateOrCreateCreditNotes(String accessToken, String xeroTenantId, CreditNotes creditNotes, Boolean summarizeErrors, Integer unitdp, String idempotencyKey) Updates or creates one or more credit notesMethods in com.xero.api.client with parameters of type CreditNotesModifier and TypeMethodDescriptionAccountingApi.createCreditNotes(String accessToken, String xeroTenantId, CreditNotes creditNotes, Boolean summarizeErrors, Integer unitdp, String idempotencyKey) Creates a new credit notecom.google.api.client.http.HttpResponseAccountingApi.createCreditNotesForHttpResponse(String accessToken, String xeroTenantId, CreditNotes creditNotes, Boolean summarizeErrors, Integer unitdp, String idempotencyKey) Creates a new credit noteAccountingApi.updateCreditNote(String accessToken, String xeroTenantId, UUID creditNoteID, CreditNotes creditNotes, Integer unitdp, String idempotencyKey) Updates a specific credit notecom.google.api.client.http.HttpResponseAccountingApi.updateCreditNoteForHttpResponse(String accessToken, String xeroTenantId, UUID creditNoteID, CreditNotes creditNotes, Integer unitdp, String idempotencyKey) Updates a specific credit noteAccountingApi.updateOrCreateCreditNotes(String accessToken, String xeroTenantId, CreditNotes creditNotes, Boolean summarizeErrors, Integer unitdp, String idempotencyKey) Updates or creates one or more credit notescom.google.api.client.http.HttpResponseAccountingApi.updateOrCreateCreditNotesForHttpResponse(String accessToken, String xeroTenantId, CreditNotes creditNotes, Boolean summarizeErrors, Integer unitdp, String idempotencyKey) Updates or creates one or more credit notes -
Uses of CreditNotes in com.xero.models.accounting
Methods in com.xero.models.accounting that return CreditNotesModifier and TypeMethodDescriptionCreditNotes.addCreditNotesItem(CreditNote creditNotesItem) creditNotesCreditNotes.addWarningsItem(ValidationError warningsItem) Displays array of warning messages from the APICreditNotes.creditNotes(List<CreditNote> creditNotes) creditNotesCreditNotes.pagination(Pagination pagination) paginationCreditNotes.warnings(List<ValidationError> warnings) Displays array of warning messages from the API