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