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