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