Uses of Class
com.adyen.model.openbanking.AccountVerificationRoutesResponse
-
Packages that use AccountVerificationRoutesResponse Package Description com.adyen.model.openbanking com.adyen.service.openbanking -
-
Uses of AccountVerificationRoutesResponse in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return AccountVerificationRoutesResponse Modifier and Type Method Description AccountVerificationRoutesResponseAccountVerificationRoutesResponse. addRoutesItem(Route routesItem)static AccountVerificationRoutesResponseAccountVerificationRoutesResponse. fromJson(String jsonString)Create an instance of AccountVerificationRoutesResponse given an JSON stringAccountVerificationRoutesResponseAccountVerificationRoutesResponse. routes(List<Route> routes)This array lists available open banking redirection links, each with its associated provider metadata. -
Uses of AccountVerificationRoutesResponse in com.adyen.service.openbanking
Methods in com.adyen.service.openbanking that return AccountVerificationRoutesResponse Modifier and Type Method Description AccountVerificationRoutesResponseAccountVerificationApi. createAccountVerificationRoutes(AccountVerificationRoutesRequest accountVerificationRoutesRequest)Create routes for account verificationAccountVerificationRoutesResponseAccountVerificationApi. createAccountVerificationRoutes(AccountVerificationRoutesRequest accountVerificationRoutesRequest, RequestOptions requestOptions)Create routes for account verification
-