Uses of Class
Avalara.SDK.model.EInvoicing.V1.DocumentFetch
-
Packages that use DocumentFetch Package Description Avalara.SDK.api.EInvoicing.V1 Avalara.SDK.model.EInvoicing.V1 -
-
Uses of DocumentFetch in Avalara.SDK.api.EInvoicing.V1
Methods in Avalara.SDK.api.EInvoicing.V1 that return DocumentFetch Modifier and Type Method Description DocumentFetchDocumentsApi. fetchDocuments(DocumentsApi.FetchDocumentsRequest requestParameters)Fetch the inbound document from a tax authority This API allows you to retrieve an inbound document.Methods in Avalara.SDK.api.EInvoicing.V1 that return types with arguments of type DocumentFetch Modifier and Type Method Description ApiResponse<DocumentFetch>DocumentsApi. fetchDocumentsWithHttpInfo(DocumentsApi.FetchDocumentsRequest requestParameters)Fetch the inbound document from a tax authority This API allows you to retrieve an inbound document.Method parameters in Avalara.SDK.api.EInvoicing.V1 with type arguments of type DocumentFetch Modifier and Type Method Description okhttp3.CallDocumentsApi. fetchDocumentsAsync(DocumentsApi.FetchDocumentsRequest requestParameters, ApiCallback<DocumentFetch> _callback)Fetch the inbound document from a tax authority (asynchronously) This API allows you to retrieve an inbound document. -
Uses of DocumentFetch in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return DocumentFetch Modifier and Type Method Description DocumentFetchDocumentFetch. eventDateTime(String eventDateTime)static DocumentFetchDocumentFetch. fromJson(String jsonString)Create an instance of DocumentFetch given an JSON stringDocumentFetchDocumentFetch. id(String id)DocumentFetchDocumentFetch. status(String status)
-