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