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