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