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