Uses of Class
com.adyen.model.relayedauthorizationwebhooks.RelayedAuthorisationRequest.TypeEnum
-
Packages that use RelayedAuthorisationRequest.TypeEnum Package Description com.adyen.model.relayedauthorizationwebhooks -
-
Uses of RelayedAuthorisationRequest.TypeEnum in com.adyen.model.relayedauthorizationwebhooks
Methods in com.adyen.model.relayedauthorizationwebhooks that return RelayedAuthorisationRequest.TypeEnum Modifier and Type Method Description static RelayedAuthorisationRequest.TypeEnumRelayedAuthorisationRequest.TypeEnum. fromValue(String value)RelayedAuthorisationRequest.TypeEnumRelayedAuthorisationRequest. getType()Type of notification.static RelayedAuthorisationRequest.TypeEnumRelayedAuthorisationRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RelayedAuthorisationRequest.TypeEnum[]RelayedAuthorisationRequest.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.relayedauthorizationwebhooks with parameters of type RelayedAuthorisationRequest.TypeEnum Modifier and Type Method Description voidRelayedAuthorisationRequest. setType(RelayedAuthorisationRequest.TypeEnum type)Type of notification.RelayedAuthorisationRequestRelayedAuthorisationRequest. type(RelayedAuthorisationRequest.TypeEnum type)Type of notification.
-