Uses of Class
com.adyen.model.configurationwebhooks.ScoreNotificationRequest
-
Packages that use ScoreNotificationRequest Package Description com.adyen.model.configurationwebhooks -
-
Uses of ScoreNotificationRequest in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return ScoreNotificationRequest Modifier and Type Method Description ScoreNotificationRequestScoreNotificationRequest. data(BankScoreSignalTriggeredData data)dataScoreNotificationRequestScoreNotificationRequest. environment(String environment)The environment from which the webhook originated.static ScoreNotificationRequestScoreNotificationRequest. fromJson(String jsonString)Create an instance of ScoreNotificationRequest given an JSON stringScoreNotificationRequestScoreNotificationRequest. timestamp(OffsetDateTime timestamp)When the event was queued.ScoreNotificationRequestScoreNotificationRequest. type(ScoreNotificationRequest.TypeEnum type)Type of webhook.Methods in com.adyen.model.configurationwebhooks that return types with arguments of type ScoreNotificationRequest Modifier and Type Method Description Optional<ScoreNotificationRequest>ConfigurationWebhooksHandler. getScoreNotificationRequest()Attempts to deserialize the webhook payload into a ScoreNotificationRequest
-