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