Uses of Class
com.adyen.model.managementwebhooks.MerchantUpdatedNotificationRequest
-
Packages that use MerchantUpdatedNotificationRequest Package Description com.adyen.model.managementwebhooks com.adyen.notification -
-
Uses of MerchantUpdatedNotificationRequest in com.adyen.model.managementwebhooks
Methods in com.adyen.model.managementwebhooks that return MerchantUpdatedNotificationRequest Modifier and Type Method Description MerchantUpdatedNotificationRequestMerchantUpdatedNotificationRequest. createdAt(OffsetDateTime createdAt)Timestamp for when the webhook was created.MerchantUpdatedNotificationRequestMerchantUpdatedNotificationRequest. data(AccountUpdateNotificationData data)dataMerchantUpdatedNotificationRequestMerchantUpdatedNotificationRequest. environment(String environment)The environment from which the webhook originated.static MerchantUpdatedNotificationRequestMerchantUpdatedNotificationRequest. fromJson(String jsonString)Create an instance of MerchantUpdatedNotificationRequest given an JSON stringMerchantUpdatedNotificationRequestMerchantUpdatedNotificationRequest. type(MerchantUpdatedNotificationRequest.TypeEnum type)Type of notification. -
Uses of MerchantUpdatedNotificationRequest in com.adyen.notification
Methods in com.adyen.notification that return types with arguments of type MerchantUpdatedNotificationRequest Modifier and Type Method Description Optional<MerchantUpdatedNotificationRequest>ManagementWebhookHandler. getMerchantUpdatedNotificationRequest()
-