Uses of Class
com.adyen.model.payment.AcctInfo.SuspiciousAccActivityEnum
-
Packages that use AcctInfo.SuspiciousAccActivityEnum Package Description com.adyen.model.payment -
-
Uses of AcctInfo.SuspiciousAccActivityEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return AcctInfo.SuspiciousAccActivityEnum Modifier and Type Method Description static AcctInfo.SuspiciousAccActivityEnumAcctInfo.SuspiciousAccActivityEnum. fromValue(String value)AcctInfo.SuspiciousAccActivityEnumAcctInfo. getSuspiciousAccActivity()Indicates whether the 3DS Requestor has experienced suspicious activity (including previous fraud) on the cardholder account.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.payment with parameters of type AcctInfo.SuspiciousAccActivityEnum Modifier and Type Method Description voidAcctInfo. setSuspiciousAccActivity(AcctInfo.SuspiciousAccActivityEnum suspiciousAccActivity)Indicates whether the 3DS Requestor has experienced suspicious activity (including previous fraud) on the cardholder account.AcctInfoAcctInfo. suspiciousAccActivity(AcctInfo.SuspiciousAccActivityEnum suspiciousAccActivity)
-