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