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)TransferNotificationRequestTransferNotificationRequest. environment(String environment)static TransferNotificationRequestTransferNotificationRequest. fromJson(String jsonString)Create an instance of TransferNotificationRequest given an JSON stringTransferNotificationRequestTransferNotificationRequest. type(TransferNotificationRequest.TypeEnum type) -
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()
-