Uses of Class
com.adyen.model.acswebhooks.AuthenticationInfo.TransStatusReasonEnum
-
Packages that use AuthenticationInfo.TransStatusReasonEnum Package Description com.adyen.model.acswebhooks -
-
Uses of AuthenticationInfo.TransStatusReasonEnum in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return AuthenticationInfo.TransStatusReasonEnum Modifier and Type Method Description static AuthenticationInfo.TransStatusReasonEnumAuthenticationInfo.TransStatusReasonEnum. fromValue(String value)AuthenticationInfo.TransStatusReasonEnumAuthenticationInfo. getTransStatusReason()Provides information on why the `transStatus` field has the specified value.static AuthenticationInfo.TransStatusReasonEnumAuthenticationInfo.TransStatusReasonEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationInfo.TransStatusReasonEnum[]AuthenticationInfo.TransStatusReasonEnum. 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.TransStatusReasonEnum Modifier and Type Method Description voidAuthenticationInfo. setTransStatusReason(AuthenticationInfo.TransStatusReasonEnum transStatusReason)Provides information on why the `transStatus` field has the specified value.AuthenticationInfoAuthenticationInfo. transStatusReason(AuthenticationInfo.TransStatusReasonEnum transStatusReason)Provides information on why the `transStatus` field has the specified value.
-