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)The email address where the one-time password (OTP) is sent.static AuthenticationAuthentication. fromJson(String jsonString)Create an instance of Authentication given an JSON stringAuthenticationCard. getAuthentication()Get authenticationAuthenticationCardInfo. getAuthentication()Get authenticationAuthenticationAuthentication. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AuthenticationAuthentication. password(String password)The password used for 3D Secure password-based authentication.AuthenticationAuthentication. phone(Phone phone)phoneMethods in com.adyen.model.balanceplatform with parameters of type Authentication Modifier and Type Method Description CardCard. authentication(Authentication authentication)authenticationCardInfoCardInfo. authentication(Authentication authentication)authenticationvoidCard. setAuthentication(Authentication authentication)authenticationvoidCardInfo. setAuthentication(Authentication authentication)authentication
-