Uses of Class
com.adyen.model.managementwebhooks.AccountCapabilityData
-
Packages that use AccountCapabilityData Package Description com.adyen.model.managementwebhooks -
-
Uses of AccountCapabilityData in com.adyen.model.managementwebhooks
Methods in com.adyen.model.managementwebhooks that return AccountCapabilityData Modifier and Type Method Description AccountCapabilityDataAccountCapabilityData. addProblemsItem(CapabilityProblem problemsItem)AccountCapabilityDataAccountCapabilityData. allowed(Boolean allowed)Indicates whether the capability is allowed.AccountCapabilityDataAccountCapabilityData. allowedLevel(String allowedLevel)The allowed level of the capability.AccountCapabilityDataAccountCapabilityData. capability(String capability)The name of the capability.static AccountCapabilityDataAccountCapabilityData. fromJson(String jsonString)Create an instance of AccountCapabilityData given an JSON stringAccountCapabilityDataAccountCapabilityData. problems(List<CapabilityProblem> problems)List of entities that has problems with verification.AccountCapabilityDataAccountCapabilityData. requested(Boolean requested)Indicates whether you requested the capability.AccountCapabilityDataAccountCapabilityData. requestedLevel(String requestedLevel)The level that you requested for the capability.AccountCapabilityDataAccountCapabilityData. verificationDeadline(OffsetDateTime verificationDeadline)The verification deadline for the capability that will be disallowed if verification errors are not resolved.AccountCapabilityDataAccountCapabilityData. verificationStatus(String verificationStatus)The status of the verification checks for the capability.Methods in com.adyen.model.managementwebhooks that return types with arguments of type AccountCapabilityData Modifier and Type Method Description Map<String,AccountCapabilityData>AccountCreateNotificationData. getCapabilities()Key-value pairs that specify the actions that the merchant account can do and its settings.Map<String,AccountCapabilityData>AccountUpdateNotificationData. getCapabilities()Key-value pairs that specify what you can do with the merchant account and its settings.Methods in com.adyen.model.managementwebhooks with parameters of type AccountCapabilityData Modifier and Type Method Description AccountCreateNotificationDataAccountCreateNotificationData. putCapabilitiesItem(String key, AccountCapabilityData capabilitiesItem)AccountUpdateNotificationDataAccountUpdateNotificationData. putCapabilitiesItem(String key, AccountCapabilityData capabilitiesItem)Method parameters in com.adyen.model.managementwebhooks with type arguments of type AccountCapabilityData Modifier and Type Method Description AccountCreateNotificationDataAccountCreateNotificationData. capabilities(Map<String,AccountCapabilityData> capabilities)Key-value pairs that specify the actions that the merchant account can do and its settings.AccountUpdateNotificationDataAccountUpdateNotificationData. capabilities(Map<String,AccountCapabilityData> capabilities)Key-value pairs that specify what you can do with the merchant account and its settings.voidAccountCreateNotificationData. setCapabilities(Map<String,AccountCapabilityData> capabilities)Key-value pairs that specify the actions that the merchant account can do and its settings.voidAccountUpdateNotificationData. setCapabilities(Map<String,AccountCapabilityData> capabilities)Key-value pairs that specify what you can do with the merchant account and its settings.
-