Uses of Class
com.adyen.model.managementwebhooks.AccountCreateNotificationData
-
Packages that use AccountCreateNotificationData Package Description com.adyen.model.managementwebhooks -
-
Uses of AccountCreateNotificationData in com.adyen.model.managementwebhooks
Methods in com.adyen.model.managementwebhooks that return AccountCreateNotificationData Modifier and Type Method Description AccountCreateNotificationDataAccountCreateNotificationData. capabilities(Map<String,AccountCapabilityData> capabilities)AccountCreateNotificationDataAccountCreateNotificationData. companyId(String companyId)static AccountCreateNotificationDataAccountCreateNotificationData. fromJson(String jsonString)Create an instance of AccountCreateNotificationData given an JSON stringAccountCreateNotificationDataMerchantCreatedNotificationRequest. getData()Get dataAccountCreateNotificationDataAccountCreateNotificationData. legalEntityId(String legalEntityId)AccountCreateNotificationDataAccountCreateNotificationData. merchantId(String merchantId)AccountCreateNotificationDataAccountCreateNotificationData. putCapabilitiesItem(String key, AccountCapabilityData capabilitiesItem)AccountCreateNotificationDataAccountCreateNotificationData. status(String status)Methods in com.adyen.model.managementwebhooks with parameters of type AccountCreateNotificationData Modifier and Type Method Description MerchantCreatedNotificationRequestMerchantCreatedNotificationRequest. data(AccountCreateNotificationData data)voidMerchantCreatedNotificationRequest. setData(AccountCreateNotificationData data)data
-