Uses of Class
Avalara.SDK.model.EInvoicing.V1.SearchParticipants200Response
-
Packages that use SearchParticipants200Response Package Description Avalara.SDK.api.EInvoicing.V1 Avalara.SDK.model.EInvoicing.V1 -
-
Uses of SearchParticipants200Response in Avalara.SDK.api.EInvoicing.V1
Methods in Avalara.SDK.api.EInvoicing.V1 that return SearchParticipants200Response Modifier and Type Method Description SearchParticipants200ResponseTradingPartnersApi. searchParticipants(TradingPartnersApi.SearchParticipantsRequest requestParameters)Returns a list of participants matching the input query.Methods in Avalara.SDK.api.EInvoicing.V1 that return types with arguments of type SearchParticipants200Response Modifier and Type Method Description ApiResponse<SearchParticipants200Response>TradingPartnersApi. searchParticipantsWithHttpInfo(TradingPartnersApi.SearchParticipantsRequest requestParameters)Returns a list of participants matching the input query.Method parameters in Avalara.SDK.api.EInvoicing.V1 with type arguments of type SearchParticipants200Response Modifier and Type Method Description okhttp3.CallTradingPartnersApi. searchParticipantsAsync(TradingPartnersApi.SearchParticipantsRequest requestParameters, ApiCallback<SearchParticipants200Response> _callback)Returns a list of participants matching the input query. -
Uses of SearchParticipants200Response in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return SearchParticipants200Response Modifier and Type Method Description SearchParticipants200ResponseSearchParticipants200Response. addValueItem(TradingPartner valueItem)SearchParticipants200ResponseSearchParticipants200Response. atNextLink(String atNextLink)SearchParticipants200ResponseSearchParticipants200Response. atRecordSetCount(Integer atRecordSetCount)static SearchParticipants200ResponseSearchParticipants200Response. fromJson(String jsonString)Create an instance of SearchParticipants200Response given an JSON stringSearchParticipants200ResponseSearchParticipants200Response. value(List<TradingPartner> value)
-