Uses of Class
com.adyen.model.balanceplatform.Authentication
-
Packages that use Authentication Package Description com.adyen.model.balanceplatform -
-
Uses of Authentication in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return Authentication Modifier and Type Method Description AuthenticationAuthentication. email(String email)static AuthenticationAuthentication. fromJson(String jsonString)Create an instance of Authentication given an JSON stringAuthenticationCard. getAuthentication()Get authenticationAuthenticationCardInfo. getAuthentication()Get authenticationAuthenticationAuthentication. password(String password)AuthenticationAuthentication. phone(Phone phone)Methods in com.adyen.model.balanceplatform with parameters of type Authentication Modifier and Type Method Description CardCard. authentication(Authentication authentication)CardInfoCardInfo. authentication(Authentication authentication)voidCard. setAuthentication(Authentication authentication)authenticationvoidCardInfo. setAuthentication(Authentication authentication)authentication
-