Uses of Class
model.FeeProfilesList
-
Packages that use FeeProfilesList Package Description api model -
-
Uses of FeeProfilesList in api
Methods in api that return FeeProfilesList Modifier and Type Method Description FeeProfilesListFeeProfilesApi.APIlistFeeProfilesRequest. execute()Execute listFeeProfiles requestMethods in api that return types with arguments of type FeeProfilesList Modifier and Type Method Description ApiResponse<FeeProfilesList>FeeProfilesApi.APIlistFeeProfilesRequest. executeWithHttpInfo()Execute listFeeProfiles request with HTTP info returnedMethod parameters in api with type arguments of type FeeProfilesList Modifier and Type Method Description okhttp3.CallFeeProfilesApi.APIlistFeeProfilesRequest. executeAsync(ApiCallback<FeeProfilesList> _callback)Execute listFeeProfiles request (asynchronously) -
Uses of FeeProfilesList in model
Methods in model that return FeeProfilesList Modifier and Type Method Description FeeProfilesListFeeProfilesList. embedded(FeeProfilesListEmbedded embedded)static FeeProfilesListFeeProfilesList. fromJson(String jsonString)Create an instance of FeeProfilesList given an JSON stringFeeProfilesListFeeProfilesList. links(ListLinks links)FeeProfilesListFeeProfilesList. page(PageCursor page)
-