Uses of Class
com.adyen.model.checkout.ThreeDSecureData.DirectoryResponseEnum
-
Packages that use ThreeDSecureData.DirectoryResponseEnum Package Description com.adyen.model.checkout -
-
Uses of ThreeDSecureData.DirectoryResponseEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDSecureData.DirectoryResponseEnum Modifier and Type Method Description static ThreeDSecureData.DirectoryResponseEnumThreeDSecureData.DirectoryResponseEnum. fromValue(String value)ThreeDSecureData.DirectoryResponseEnumThreeDSecureData. getDirectoryResponse()In 3D Secure 1, this is the enrollment response from the 3D directory server.static ThreeDSecureData.DirectoryResponseEnumThreeDSecureData.DirectoryResponseEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDSecureData.DirectoryResponseEnum[]ThreeDSecureData.DirectoryResponseEnum. 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 ThreeDSecureData.DirectoryResponseEnum Modifier and Type Method Description ThreeDSecureDataThreeDSecureData. directoryResponse(ThreeDSecureData.DirectoryResponseEnum directoryResponse)voidThreeDSecureData. setDirectoryResponse(ThreeDSecureData.DirectoryResponseEnum directoryResponse)In 3D Secure 1, this is the enrollment response from the 3D directory server.
-