Uses of Class
com.adyen.model.configurationwebhooks.AccountHolder
-
Packages that use AccountHolder Package Description com.adyen.model.configurationwebhooks -
-
Uses of AccountHolder in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return AccountHolder Modifier and Type Method Description AccountHolderAccountHolder. balancePlatform(String balancePlatform)AccountHolderAccountHolder. capabilities(Map<String,AccountHolderCapability> capabilities)AccountHolderAccountHolder. contactDetails(ContactDetails contactDetails)AccountHolderAccountHolder. description(String description)static AccountHolderAccountHolder. fromJson(String jsonString)Create an instance of AccountHolder given an JSON stringAccountHolderAccountHolderNotificationData. getAccountHolder()Get accountHolderAccountHolderAccountHolder. id(String id)AccountHolderAccountHolder. legalEntityId(String legalEntityId)AccountHolderAccountHolder. primaryBalanceAccount(String primaryBalanceAccount)AccountHolderAccountHolder. putCapabilitiesItem(String key, AccountHolderCapability capabilitiesItem)AccountHolderAccountHolder. reference(String reference)AccountHolderAccountHolder. status(AccountHolder.StatusEnum status)AccountHolderAccountHolder. timeZone(String timeZone)Methods in com.adyen.model.configurationwebhooks with parameters of type AccountHolder Modifier and Type Method Description AccountHolderNotificationDataAccountHolderNotificationData. accountHolder(AccountHolder accountHolder)voidAccountHolderNotificationData. setAccountHolder(AccountHolder accountHolder)
-