Uses of Class
com.adyen.model.checkout.ThreeDS2RequestData2.TransactionTypeEnum
-
Packages that use ThreeDS2RequestData2.TransactionTypeEnum Package Description com.adyen.model.checkout -
-
Uses of ThreeDS2RequestData2.TransactionTypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDS2RequestData2.TransactionTypeEnum Modifier and Type Method Description static ThreeDS2RequestData2.TransactionTypeEnumThreeDS2RequestData2.TransactionTypeEnum. fromValue(String value)ThreeDS2RequestData2.TransactionTypeEnumThreeDS2RequestData2. getTransactionType()Identify the type of the transaction being authenticated.static ThreeDS2RequestData2.TransactionTypeEnumThreeDS2RequestData2.TransactionTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDS2RequestData2.TransactionTypeEnum[]ThreeDS2RequestData2.TransactionTypeEnum. 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 ThreeDS2RequestData2.TransactionTypeEnum Modifier and Type Method Description voidThreeDS2RequestData2. setTransactionType(ThreeDS2RequestData2.TransactionTypeEnum transactionType)ThreeDS2RequestData2ThreeDS2RequestData2. transactionType(ThreeDS2RequestData2.TransactionTypeEnum transactionType)
-