Uses of Class
com.adyen.model.configurationwebhooks.CardOrderNotificationRequest
-
Packages that use CardOrderNotificationRequest Package Description com.adyen.model.configurationwebhooks com.adyen.notification -
-
Uses of CardOrderNotificationRequest in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return CardOrderNotificationRequest Modifier and Type Method Description CardOrderNotificationRequestCardOrderNotificationRequest. data(CardOrderItem data)dataCardOrderNotificationRequestCardOrderNotificationRequest. environment(String environment)The environment from which the webhook originated.static CardOrderNotificationRequestCardOrderNotificationRequest. fromJson(String jsonString)Create an instance of CardOrderNotificationRequest given an JSON stringCardOrderNotificationRequestCardOrderNotificationRequest. timestamp(OffsetDateTime timestamp)When the event was queued.CardOrderNotificationRequestCardOrderNotificationRequest. type(CardOrderNotificationRequest.TypeEnum type)Type of webhook. -
Uses of CardOrderNotificationRequest in com.adyen.notification
Methods in com.adyen.notification that return types with arguments of type CardOrderNotificationRequest Modifier and Type Method Description Optional<CardOrderNotificationRequest>BankingWebhookHandler. getCardOrderNotificationRequest()
-