Uses of Class
Avalara.SDK.model.EInvoicing.V1.DocumentListResponse
-
Packages that use DocumentListResponse Package Description Avalara.SDK.api.EInvoicing.V1 Avalara.SDK.model.EInvoicing.V1 -
-
Uses of DocumentListResponse in Avalara.SDK.api.EInvoicing.V1
Methods in Avalara.SDK.api.EInvoicing.V1 that return DocumentListResponse Modifier and Type Method Description DocumentListResponseDocumentsApi. getDocumentList(DocumentsApi.GetDocumentListRequest requestParameters)Returns a summary of documents for a date range Get a list of documents on the Avalara E-Invoicing platform that have a processing date within the specified date range.Methods in Avalara.SDK.api.EInvoicing.V1 that return types with arguments of type DocumentListResponse Modifier and Type Method Description ApiResponse<DocumentListResponse>DocumentsApi. getDocumentListWithHttpInfo(DocumentsApi.GetDocumentListRequest requestParameters)Returns a summary of documents for a date range Get a list of documents on the Avalara E-Invoicing platform that have a processing date within the specified date range.Method parameters in Avalara.SDK.api.EInvoicing.V1 with type arguments of type DocumentListResponse Modifier and Type Method Description okhttp3.CallDocumentsApi. getDocumentListAsync(DocumentsApi.GetDocumentListRequest requestParameters, ApiCallback<DocumentListResponse> _callback)Returns a summary of documents for a date range (asynchronously) Get a list of documents on the Avalara E-Invoicing platform that have a processing date within the specified date range. -
Uses of DocumentListResponse in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return DocumentListResponse Modifier and Type Method Description DocumentListResponseDocumentListResponse. addValueItem(DocumentSummary valueItem)DocumentListResponseDocumentListResponse. atNextLink(String atNextLink)DocumentListResponseDocumentListResponse. atRecordsetCount(String atRecordsetCount)static DocumentListResponseDocumentListResponse. fromJson(String jsonString)Create an instance of DocumentListResponse given an JSON stringDocumentListResponseDocumentListResponse. value(List<DocumentSummary> value)
-