Uses of Class
com.adyen.model.balancewebhooks.ReleasedBlockedBalanceNotificationRequest
-
Packages that use ReleasedBlockedBalanceNotificationRequest Package Description com.adyen.model.balancewebhooks -
-
Uses of ReleasedBlockedBalanceNotificationRequest in com.adyen.model.balancewebhooks
Methods in com.adyen.model.balancewebhooks that return ReleasedBlockedBalanceNotificationRequest Modifier and Type Method Description ReleasedBlockedBalanceNotificationRequestReleasedBlockedBalanceNotificationRequest. data(ReleaseBlockedBalanceNotificationData data)dataReleasedBlockedBalanceNotificationRequestReleasedBlockedBalanceNotificationRequest. environment(String environment)The environment from which the webhook originated.static ReleasedBlockedBalanceNotificationRequestReleasedBlockedBalanceNotificationRequest. fromJson(String jsonString)Create an instance of ReleasedBlockedBalanceNotificationRequest given an JSON stringReleasedBlockedBalanceNotificationRequestReleasedBlockedBalanceNotificationRequest. timestamp(OffsetDateTime timestamp)When the event was queued.ReleasedBlockedBalanceNotificationRequestReleasedBlockedBalanceNotificationRequest. type(ReleasedBlockedBalanceNotificationRequest.TypeEnum type)Type of webhook.Methods in com.adyen.model.balancewebhooks that return types with arguments of type ReleasedBlockedBalanceNotificationRequest Modifier and Type Method Description Optional<ReleasedBlockedBalanceNotificationRequest>BalanceWebhooksHandler. getReleasedBlockedBalanceNotificationRequest()Attempts to deserialize the webhook payload into a ReleasedBlockedBalanceNotificationRequest
-