Uses of Class
Avalara.SDK.model.EInvoicing.V1.BatchSearchListResponse
-
Packages that use BatchSearchListResponse Package Description Avalara.SDK.api.EInvoicing.V1 Avalara.SDK.model.EInvoicing.V1 -
-
Uses of BatchSearchListResponse in Avalara.SDK.api.EInvoicing.V1
Methods in Avalara.SDK.api.EInvoicing.V1 that return BatchSearchListResponse Modifier and Type Method Description BatchSearchListResponseTradingPartnersApi. listBatchSearches(TradingPartnersApi.ListBatchSearchesRequest requestParameters)Lists all batch searches that were previously submitted.Methods in Avalara.SDK.api.EInvoicing.V1 that return types with arguments of type BatchSearchListResponse Modifier and Type Method Description ApiResponse<BatchSearchListResponse>TradingPartnersApi. listBatchSearchesWithHttpInfo(TradingPartnersApi.ListBatchSearchesRequest requestParameters)Lists all batch searches that were previously submitted.Method parameters in Avalara.SDK.api.EInvoicing.V1 with type arguments of type BatchSearchListResponse Modifier and Type Method Description okhttp3.CallTradingPartnersApi. listBatchSearchesAsync(TradingPartnersApi.ListBatchSearchesRequest requestParameters, ApiCallback<BatchSearchListResponse> _callback)Lists all batch searches that were previously submitted. -
Uses of BatchSearchListResponse in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return BatchSearchListResponse Modifier and Type Method Description BatchSearchListResponseBatchSearchListResponse. addValueItem(BatchSearch valueItem)BatchSearchListResponseBatchSearchListResponse. atNextLink(String atNextLink)BatchSearchListResponseBatchSearchListResponse. atRecordSetCount(Integer atRecordSetCount)static BatchSearchListResponseBatchSearchListResponse. fromJson(String jsonString)Create an instance of BatchSearchListResponse given an JSON stringBatchSearchListResponseBatchSearchListResponse. value(List<BatchSearch> value)
-