Uses of Class
com.adyen.model.acswebhooks.AuthenticationInfo.TransStatusEnum
-
Packages that use AuthenticationInfo.TransStatusEnum Package Description com.adyen.model.acswebhooks -
-
Uses of AuthenticationInfo.TransStatusEnum in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return AuthenticationInfo.TransStatusEnum Modifier and Type Method Description static AuthenticationInfo.TransStatusEnumAuthenticationInfo.TransStatusEnum. fromValue(String value)AuthenticationInfo.TransStatusEnumAuthenticationInfo. getTransStatus()The `transStatus` value as defined in the 3D Secure 2 specification.static AuthenticationInfo.TransStatusEnumAuthenticationInfo.TransStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationInfo.TransStatusEnum[]AuthenticationInfo.TransStatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.acswebhooks with parameters of type AuthenticationInfo.TransStatusEnum Modifier and Type Method Description voidAuthenticationInfo. setTransStatus(AuthenticationInfo.TransStatusEnum transStatus)The `transStatus` value as defined in the 3D Secure 2 specification.AuthenticationInfoAuthenticationInfo. transStatus(AuthenticationInfo.TransStatusEnum transStatus)
-