Uses of Class
com.adyen.model.transferwebhooks.TransferNotificationRequest
-
Packages that use TransferNotificationRequest Package Description com.adyen.model.transferwebhooks com.adyen.notification -
-
Uses of TransferNotificationRequest in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return TransferNotificationRequest Modifier and Type Method Description TransferNotificationRequestTransferNotificationRequest. data(TransferData data)dataTransferNotificationRequestTransferNotificationRequest. environment(String environment)The environment from which the webhook originated.static TransferNotificationRequestTransferNotificationRequest. fromJson(String jsonString)Create an instance of TransferNotificationRequest given an JSON stringTransferNotificationRequestTransferNotificationRequest. timestamp(OffsetDateTime timestamp)When the event was queued.TransferNotificationRequestTransferNotificationRequest. type(TransferNotificationRequest.TypeEnum type)The type of webhook.Methods in com.adyen.model.transferwebhooks that return types with arguments of type TransferNotificationRequest Modifier and Type Method Description Optional<TransferNotificationRequest>TransferWebhooksHandler. getTransferNotificationRequest()Attempts to deserialize the webhook payload into a TransferNotificationRequest -
Uses of TransferNotificationRequest in com.adyen.notification
Methods in com.adyen.notification that return types with arguments of type TransferNotificationRequest Modifier and Type Method Description Optional<TransferNotificationRequest>BankingWebhookHandler. getTransferNotificationRequest()Deprecated, for removal: This API element is subject to removal in a future version.
-