Uses of Class
com.adyen.model.checkout.ThreeDS2RequestFields.PlatformEnum
-
Packages that use ThreeDS2RequestFields.PlatformEnum Package Description com.adyen.model.checkout -
-
Uses of ThreeDS2RequestFields.PlatformEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDS2RequestFields.PlatformEnum Modifier and Type Method Description static ThreeDS2RequestFields.PlatformEnumThreeDS2RequestFields.PlatformEnum. fromValue(String value)ThreeDS2RequestFields.PlatformEnumThreeDS2RequestFields. getPlatform()The platform of the shopper.static ThreeDS2RequestFields.PlatformEnumThreeDS2RequestFields.PlatformEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDS2RequestFields.PlatformEnum[]ThreeDS2RequestFields.PlatformEnum. 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.PlatformEnum Modifier and Type Method Description ThreeDS2RequestFieldsThreeDS2RequestFields. platform(ThreeDS2RequestFields.PlatformEnum platform)voidThreeDS2RequestFields. setPlatform(ThreeDS2RequestFields.PlatformEnum platform)The platform of the shopper.
-