Uses of Class
com.adyen.model.payment.AcctInfo.ChAccPwChangeIndEnum
-
Packages that use AcctInfo.ChAccPwChangeIndEnum Package Description com.adyen.model.payment -
-
Uses of AcctInfo.ChAccPwChangeIndEnum in com.adyen.model.payment
Methods in com.adyen.model.payment 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.payment with parameters of type AcctInfo.ChAccPwChangeIndEnum Modifier and Type Method Description AcctInfoAcctInfo. chAccPwChangeInd(AcctInfo.ChAccPwChangeIndEnum chAccPwChangeInd)Indicates the length of time since the cardholder’s account with the 3DS Requestor had a password change or account reset.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.
-