Uses of Class
com.adyen.model.payment.AcctInfo.ChAccAgeIndEnum
-
Packages that use AcctInfo.ChAccAgeIndEnum Package Description com.adyen.model.payment -
-
Uses of AcctInfo.ChAccAgeIndEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return AcctInfo.ChAccAgeIndEnum Modifier and Type Method Description static AcctInfo.ChAccAgeIndEnumAcctInfo.ChAccAgeIndEnum. fromValue(String value)AcctInfo.ChAccAgeIndEnumAcctInfo. getChAccAgeInd()Length of time that the cardholder has had the account with the 3DS Requestor.static AcctInfo.ChAccAgeIndEnumAcctInfo.ChAccAgeIndEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AcctInfo.ChAccAgeIndEnum[]AcctInfo.ChAccAgeIndEnum. 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.ChAccAgeIndEnum Modifier and Type Method Description AcctInfoAcctInfo. chAccAgeInd(AcctInfo.ChAccAgeIndEnum chAccAgeInd)Length of time that the cardholder has had the account with the 3DS Requestor.voidAcctInfo. setChAccAgeInd(AcctInfo.ChAccAgeIndEnum chAccAgeInd)Length of time that the cardholder has had the account with the 3DS Requestor.
-