Uses of Class
com.adyen.model.checkout.AcctInfo.ChAccPwChangeIndEnum
-
Packages that use AcctInfo.ChAccPwChangeIndEnum Package Description com.adyen.model.checkout -
-
Uses of AcctInfo.ChAccPwChangeIndEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AcctInfo.ChAccPwChangeIndEnum Modifier and Type Method Description static AcctInfo.ChAccPwChangeIndEnumAcctInfo.ChAccPwChangeIndEnum. fromValue(String value)AcctInfo.ChAccPwChangeIndEnumAcctInfo. getChAccPwChangeInd()Indicates the length of time since the cardholder’s account with the 3DS Requestor had a password change or account reset.static AcctInfo.ChAccPwChangeIndEnumAcctInfo.ChAccPwChangeIndEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AcctInfo.ChAccPwChangeIndEnum[]AcctInfo.ChAccPwChangeIndEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type AcctInfo.ChAccPwChangeIndEnum Modifier and Type Method Description AcctInfoAcctInfo. chAccPwChangeInd(AcctInfo.ChAccPwChangeIndEnum chAccPwChangeInd)voidAcctInfo. setChAccPwChangeInd(AcctInfo.ChAccPwChangeIndEnum chAccPwChangeInd)Indicates the length of time since the cardholder’s account with the 3DS Requestor had a password change or account reset.
-