Uses of Class
com.adyen.model.managementwebhooks.AccountUpdateNotificationData
-
Packages that use AccountUpdateNotificationData Package Description com.adyen.model.managementwebhooks -
-
Uses of AccountUpdateNotificationData in com.adyen.model.managementwebhooks
Methods in com.adyen.model.managementwebhooks that return AccountUpdateNotificationData Modifier and Type Method Description AccountUpdateNotificationDataAccountUpdateNotificationData. capabilities(Map<String,AccountCapabilityData> capabilities)static AccountUpdateNotificationDataAccountUpdateNotificationData. fromJson(String jsonString)Create an instance of AccountUpdateNotificationData given an JSON stringAccountUpdateNotificationDataMerchantUpdatedNotificationRequest. getData()Get dataAccountUpdateNotificationDataAccountUpdateNotificationData. legalEntityId(String legalEntityId)AccountUpdateNotificationDataAccountUpdateNotificationData. merchantId(String merchantId)AccountUpdateNotificationDataAccountUpdateNotificationData. putCapabilitiesItem(String key, AccountCapabilityData capabilitiesItem)AccountUpdateNotificationDataAccountUpdateNotificationData. status(String status)Methods in com.adyen.model.managementwebhooks with parameters of type AccountUpdateNotificationData Modifier and Type Method Description MerchantUpdatedNotificationRequestMerchantUpdatedNotificationRequest. data(AccountUpdateNotificationData data)voidMerchantUpdatedNotificationRequest. setData(AccountUpdateNotificationData data)data
-