Uses of Class
com.adyen.model.negativebalancewarningwebhooks.NegativeBalanceCompensationWarningNotificationRequest
-
Packages that use NegativeBalanceCompensationWarningNotificationRequest Package Description com.adyen.model.negativebalancewarningwebhooks com.adyen.notification -
-
Uses of NegativeBalanceCompensationWarningNotificationRequest in com.adyen.model.negativebalancewarningwebhooks
Methods in com.adyen.model.negativebalancewarningwebhooks that return NegativeBalanceCompensationWarningNotificationRequest Modifier and Type Method Description NegativeBalanceCompensationWarningNotificationRequestNegativeBalanceCompensationWarningNotificationRequest. data(NegativeBalanceCompensationWarningNotificationData data)dataNegativeBalanceCompensationWarningNotificationRequestNegativeBalanceCompensationWarningNotificationRequest. environment(String environment)The environment from which the webhook originated.static NegativeBalanceCompensationWarningNotificationRequestNegativeBalanceCompensationWarningNotificationRequest. fromJson(String jsonString)Create an instance of NegativeBalanceCompensationWarningNotificationRequest given an JSON stringNegativeBalanceCompensationWarningNotificationRequestNegativeBalanceCompensationWarningNotificationRequest. timestamp(OffsetDateTime timestamp)When the event was queued.NegativeBalanceCompensationWarningNotificationRequestNegativeBalanceCompensationWarningNotificationRequest. type(NegativeBalanceCompensationWarningNotificationRequest.TypeEnum type)Type of webhook. -
Uses of NegativeBalanceCompensationWarningNotificationRequest in com.adyen.notification
Methods in com.adyen.notification that return types with arguments of type NegativeBalanceCompensationWarningNotificationRequest Modifier and Type Method Description Optional<NegativeBalanceCompensationWarningNotificationRequest>BankingWebhookHandler. getNegativeBalanceCompensationWarningNotificationRequest()
-