Uses of Class
Avalara.SDK.api.EInvoicing.V1.DocumentsApi.DownloadDocumentRequest
-
Packages that use DocumentsApi.DownloadDocumentRequest Package Description Avalara.SDK.api.EInvoicing.V1 -
-
Uses of DocumentsApi.DownloadDocumentRequest in Avalara.SDK.api.EInvoicing.V1
Methods in Avalara.SDK.api.EInvoicing.V1 that return DocumentsApi.DownloadDocumentRequest Modifier and Type Method Description DocumentsApi.DownloadDocumentRequestDocumentsApi. getDownloadDocumentRequest()Getter function to instantiate Request classMethods in Avalara.SDK.api.EInvoicing.V1 with parameters of type DocumentsApi.DownloadDocumentRequest Modifier and Type Method Description FileDocumentsApi. downloadDocument(DocumentsApi.DownloadDocumentRequest requestParameters)Returns a copy of the document When the document is available, use this endpoint to download it as text, XML, or PDF.okhttp3.CallDocumentsApi. downloadDocumentAsync(DocumentsApi.DownloadDocumentRequest requestParameters, ApiCallback<File> _callback)Returns a copy of the document (asynchronously) When the document is available, use this endpoint to download it as text, XML, or PDF.okhttp3.CallDocumentsApi. downloadDocumentCall(DocumentsApi.DownloadDocumentRequest requestParameters, ApiCallback _callback)Build call for downloadDocumentApiResponse<File>DocumentsApi. downloadDocumentWithHttpInfo(DocumentsApi.DownloadDocumentRequest requestParameters)Returns a copy of the document When the document is available, use this endpoint to download it as text, XML, or PDF.
-