Uses of Class
Avalara.SDK.model.EInvoicing.V1.DocumentStatusResponse
-
Packages that use DocumentStatusResponse Package Description Avalara.SDK.api.EInvoicing.V1 Avalara.SDK.model.EInvoicing.V1 -
-
Uses of DocumentStatusResponse in Avalara.SDK.api.EInvoicing.V1
Methods in Avalara.SDK.api.EInvoicing.V1 that return DocumentStatusResponse Modifier and Type Method Description DocumentStatusResponseDocumentsApi. getDocumentStatus(DocumentsApi.GetDocumentStatusRequest requestParameters)Checks the status of a document Using the unique ID from POST /einvoicing/documents response body, request the current status of a document.Methods in Avalara.SDK.api.EInvoicing.V1 that return types with arguments of type DocumentStatusResponse Modifier and Type Method Description ApiResponse<DocumentStatusResponse>DocumentsApi. getDocumentStatusWithHttpInfo(DocumentsApi.GetDocumentStatusRequest requestParameters)Checks the status of a document Using the unique ID from POST /einvoicing/documents response body, request the current status of a document.Method parameters in Avalara.SDK.api.EInvoicing.V1 with type arguments of type DocumentStatusResponse Modifier and Type Method Description okhttp3.CallDocumentsApi. getDocumentStatusAsync(DocumentsApi.GetDocumentStatusRequest requestParameters, ApiCallback<DocumentStatusResponse> _callback)Checks the status of a document (asynchronously) Using the unique ID from POST /einvoicing/documents response body, request the current status of a document. -
Uses of DocumentStatusResponse in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return DocumentStatusResponse Modifier and Type Method Description DocumentStatusResponseDocumentStatusResponse. addEventsItem(StatusEvent eventsItem)DocumentStatusResponseDocumentStatusResponse. events(List<StatusEvent> events)static DocumentStatusResponseDocumentStatusResponse. fromJson(String jsonString)Create an instance of DocumentStatusResponse given an JSON stringDocumentStatusResponseDocumentStatusResponse. id(String id)DocumentStatusResponseDocumentStatusResponse. status(String status)
-