Uses of Class
com.adyen.model.checkout.ThreeDSRequestData.ChallengeWindowSizeEnum
-
Packages that use ThreeDSRequestData.ChallengeWindowSizeEnum Package Description com.adyen.model.checkout -
-
Uses of ThreeDSRequestData.ChallengeWindowSizeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDSRequestData.ChallengeWindowSizeEnum Modifier and Type Method Description static ThreeDSRequestData.ChallengeWindowSizeEnumThreeDSRequestData.ChallengeWindowSizeEnum. fromValue(String value)ThreeDSRequestData.ChallengeWindowSizeEnumThreeDSRequestData. getChallengeWindowSize()Dimensions of the 3DS2 challenge window to be displayed to the cardholder.static ThreeDSRequestData.ChallengeWindowSizeEnumThreeDSRequestData.ChallengeWindowSizeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDSRequestData.ChallengeWindowSizeEnum[]ThreeDSRequestData.ChallengeWindowSizeEnum. 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 ThreeDSRequestData.ChallengeWindowSizeEnum Modifier and Type Method Description ThreeDSRequestDataThreeDSRequestData. challengeWindowSize(ThreeDSRequestData.ChallengeWindowSizeEnum challengeWindowSize)voidThreeDSRequestData. setChallengeWindowSize(ThreeDSRequestData.ChallengeWindowSizeEnum challengeWindowSize)Dimensions of the 3DS2 challenge window to be displayed to the cardholder.
-