Uses of Class
com.adyen.model.checkout.AcctInfo.ChAccAgeIndEnum
-
Packages that use AcctInfo.ChAccAgeIndEnum Package Description com.adyen.model.checkout -
-
Uses of AcctInfo.ChAccAgeIndEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout 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.checkout 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.
-