Uses of Class
com.adyen.model.openbanking.Route
-
Packages that use Route Package Description com.adyen.model.openbanking -
-
Uses of Route in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return Route Modifier and Type Method Description static RouteRoute. fromJson(String jsonString)Create an instance of Route given an JSON stringRouteRoute. link(String link)The redirection link.RouteRoute. provider(Provider provider)providerMethods in com.adyen.model.openbanking that return types with arguments of type Route Modifier and Type Method Description List<Route>AccountVerificationRoutesResponse. getRoutes()This array lists available open banking redirection links, each with its associated provider metadata.Methods in com.adyen.model.openbanking with parameters of type Route Modifier and Type Method Description AccountVerificationRoutesResponseAccountVerificationRoutesResponse. addRoutesItem(Route routesItem)Method parameters in com.adyen.model.openbanking with type arguments of type Route Modifier and Type Method Description AccountVerificationRoutesResponseAccountVerificationRoutesResponse. routes(List<Route> routes)This array lists available open banking redirection links, each with its associated provider metadata.voidAccountVerificationRoutesResponse. setRoutes(List<Route> routes)This array lists available open banking redirection links, each with its associated provider metadata.
-