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