Uses of Class
model.MerchantProfilesList
-
Packages that use MerchantProfilesList Package Description api model -
-
Uses of MerchantProfilesList in api
Methods in api that return MerchantProfilesList Modifier and Type Method Description MerchantProfilesListMerchantProfilesApi.APIlistMerchantProfilesRequest. execute()Execute listMerchantProfiles requestMethods in api that return types with arguments of type MerchantProfilesList Modifier and Type Method Description ApiResponse<MerchantProfilesList>MerchantProfilesApi.APIlistMerchantProfilesRequest. executeWithHttpInfo()Execute listMerchantProfiles request with HTTP info returnedMethod parameters in api with type arguments of type MerchantProfilesList Modifier and Type Method Description okhttp3.CallMerchantProfilesApi.APIlistMerchantProfilesRequest. executeAsync(ApiCallback<MerchantProfilesList> _callback)Execute listMerchantProfiles request (asynchronously) -
Uses of MerchantProfilesList in model
Methods in model that return MerchantProfilesList Modifier and Type Method Description MerchantProfilesListMerchantProfilesList. embedded(MerchantProfilesListEmbedded embedded)static MerchantProfilesListMerchantProfilesList. fromJson(String jsonString)Create an instance of MerchantProfilesList given an JSON stringMerchantProfilesListMerchantProfilesList. links(ListLinks links)MerchantProfilesListMerchantProfilesList. page(PageCursor page)
-