Uses of Class
com.adyen.model.marketpaywebhooks.DirectDebitInitiatedNotification
-
Packages that use DirectDebitInitiatedNotification Package Description com.adyen.model.marketpaywebhooks com.adyen.notification -
-
Uses of DirectDebitInitiatedNotification in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return DirectDebitInitiatedNotification Modifier and Type Method Description DirectDebitInitiatedNotificationDirectDebitInitiatedNotification. content(DirectDebitInitiatedNotificationContent content)DirectDebitInitiatedNotificationDirectDebitInitiatedNotification. error(NotificationErrorContainer error)DirectDebitInitiatedNotificationDirectDebitInitiatedNotification. eventDate(OffsetDateTime eventDate)DirectDebitInitiatedNotificationDirectDebitInitiatedNotification. eventType(String eventType)DirectDebitInitiatedNotificationDirectDebitInitiatedNotification. executingUserKey(String executingUserKey)static DirectDebitInitiatedNotificationDirectDebitInitiatedNotification. fromJson(String jsonString)Create an instance of DirectDebitInitiatedNotification given an JSON stringDirectDebitInitiatedNotificationDirectDebitInitiatedNotification. live(Boolean live)DirectDebitInitiatedNotificationDirectDebitInitiatedNotification. pspReference(String pspReference) -
Uses of DirectDebitInitiatedNotification in com.adyen.notification
Methods in com.adyen.notification that return types with arguments of type DirectDebitInitiatedNotification Modifier and Type Method Description Optional<DirectDebitInitiatedNotification>ClassicPlatformWebhookHandler. getDirectDebitInitiatedNotification()
-