Uses of Class
com.adyen.model.AcctInfo.ChAccAgeIndEnum
-
Packages that use AcctInfo.ChAccAgeIndEnum Package Description com.adyen.model -
-
Uses of AcctInfo.ChAccAgeIndEnum in com.adyen.model
Methods in com.adyen.model that return AcctInfo.ChAccAgeIndEnum Modifier and Type Method Description static AcctInfo.ChAccAgeIndEnumAcctInfo.ChAccAgeIndEnum. fromValue(String input)AcctInfo.ChAccAgeIndEnumAcctInfo. getChAccAgeInd()Length of time that the cardholder has had the account with the 3DS Requestor.AcctInfo.ChAccAgeIndEnumAcctInfo.ChAccAgeIndEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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 with parameters of type AcctInfo.ChAccAgeIndEnum Modifier and Type Method Description AcctInfoAcctInfo. chAccAgeInd(AcctInfo.ChAccAgeIndEnum chAccAgeInd)voidAcctInfo. setChAccAgeInd(AcctInfo.ChAccAgeIndEnum chAccAgeInd)voidAcctInfo.ChAccAgeIndEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AcctInfo.ChAccAgeIndEnum enumeration)
-