Uses of Class
model.MerchantsList
-
Packages that use MerchantsList Package Description api model -
-
Uses of MerchantsList in api
Methods in api that return MerchantsList Modifier and Type Method Description MerchantsListMerchantsApi.APIlistMerchantsRequest. execute()Execute listMerchants requestMethods in api that return types with arguments of type MerchantsList Modifier and Type Method Description ApiResponse<MerchantsList>MerchantsApi.APIlistMerchantsRequest. executeWithHttpInfo()Execute listMerchants request with HTTP info returnedMethod parameters in api with type arguments of type MerchantsList Modifier and Type Method Description okhttp3.CallMerchantsApi.APIlistMerchantsRequest. executeAsync(ApiCallback<MerchantsList> _callback)Execute listMerchants request (asynchronously) -
Uses of MerchantsList in model
Methods in model that return MerchantsList Modifier and Type Method Description MerchantsListMerchantsList. embedded(MerchantsListEmbedded embedded)static MerchantsListMerchantsList. fromJson(String jsonString)Create an instance of MerchantsList given an JSON stringMerchantsListMerchantsList. links(ListLinks links)MerchantsListMerchantsList. page(PageCursor page)
-