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