Uses of Class
com.adyen.model.AcctInfo.SuspiciousAccActivityEnum
-
Packages that use AcctInfo.SuspiciousAccActivityEnum Package Description com.adyen.model -
-
Uses of AcctInfo.SuspiciousAccActivityEnum in com.adyen.model
Methods in com.adyen.model that return AcctInfo.SuspiciousAccActivityEnum Modifier and Type Method Description static AcctInfo.SuspiciousAccActivityEnumAcctInfo.SuspiciousAccActivityEnum. fromValue(String input)AcctInfo.SuspiciousAccActivityEnumAcctInfo. getSuspiciousAccActivity()Indicates whether the 3DS Requestor has experienced suspicious activity (including previous fraud) on the cardholder account.AcctInfo.SuspiciousAccActivityEnumAcctInfo.SuspiciousAccActivityEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AcctInfo.SuspiciousAccActivityEnumAcctInfo.SuspiciousAccActivityEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AcctInfo.SuspiciousAccActivityEnum[]AcctInfo.SuspiciousAccActivityEnum. 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.SuspiciousAccActivityEnum Modifier and Type Method Description voidAcctInfo. setSuspiciousAccActivity(AcctInfo.SuspiciousAccActivityEnum suspiciousAccActivity)AcctInfoAcctInfo. suspiciousAccActivity(AcctInfo.SuspiciousAccActivityEnum suspiciousAccActivity)voidAcctInfo.SuspiciousAccActivityEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AcctInfo.SuspiciousAccActivityEnum enumeration)
-