Uses of Class
com.adyen.model.ThreeDS2RequestData.TransactionTypeEnum
-
Packages that use ThreeDS2RequestData.TransactionTypeEnum Package Description com.adyen.model -
-
Uses of ThreeDS2RequestData.TransactionTypeEnum in com.adyen.model
Methods in com.adyen.model that return ThreeDS2RequestData.TransactionTypeEnum Modifier and Type Method Description static ThreeDS2RequestData.TransactionTypeEnumThreeDS2RequestData.TransactionTypeEnum. fromValue(String input)ThreeDS2RequestData.TransactionTypeEnumThreeDS2RequestData. getTransactionType()Identify the type of the transaction being authenticated.ThreeDS2RequestData.TransactionTypeEnumThreeDS2RequestData.TransactionTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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 with parameters of type ThreeDS2RequestData.TransactionTypeEnum Modifier and Type Method Description voidThreeDS2RequestData. setTransactionType(ThreeDS2RequestData.TransactionTypeEnum transactionType)ThreeDS2RequestDataThreeDS2RequestData. transactionType(ThreeDS2RequestData.TransactionTypeEnum transactionType)voidThreeDS2RequestData.TransactionTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ThreeDS2RequestData.TransactionTypeEnum enumeration)
-