Uses of Class
com.adyen.model.payment.AccountInfo.PasswordChangeIndicatorEnum
-
Packages that use AccountInfo.PasswordChangeIndicatorEnum Package Description com.adyen.model.payment -
-
Uses of AccountInfo.PasswordChangeIndicatorEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return AccountInfo.PasswordChangeIndicatorEnum Modifier and Type Method Description static AccountInfo.PasswordChangeIndicatorEnumAccountInfo.PasswordChangeIndicatorEnum. fromValue(String value)AccountInfo.PasswordChangeIndicatorEnumAccountInfo. getPasswordChangeIndicator()Indicator when the shopper has changed their password.static AccountInfo.PasswordChangeIndicatorEnumAccountInfo.PasswordChangeIndicatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountInfo.PasswordChangeIndicatorEnum[]AccountInfo.PasswordChangeIndicatorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.payment with parameters of type AccountInfo.PasswordChangeIndicatorEnum Modifier and Type Method Description AccountInfoAccountInfo. passwordChangeIndicator(AccountInfo.PasswordChangeIndicatorEnum passwordChangeIndicator)voidAccountInfo. setPasswordChangeIndicator(AccountInfo.PasswordChangeIndicatorEnum passwordChangeIndicator)Indicator when the shopper has changed their password.
-