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. addVerificationDeadlinesItem(VerificationDeadline verificationDeadlinesItem)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. metadata(Map<String,String> metadata)AccountHolderAccountHolder. migratedAccountHolderCode(String migratedAccountHolderCode)AccountHolderAccountHolder. primaryBalanceAccount(String primaryBalanceAccount)AccountHolderAccountHolder. putCapabilitiesItem(String key, AccountHolderCapability capabilitiesItem)AccountHolderAccountHolder. putMetadataItem(String key, String metadataItem)AccountHolderAccountHolder. reference(String reference)AccountHolderAccountHolder. status(AccountHolder.StatusEnum status)AccountHolderAccountHolder. timeZone(String timeZone)AccountHolderAccountHolder. verificationDeadlines(List<VerificationDeadline> verificationDeadlines)Methods in com.adyen.model.configurationwebhooks with parameters of type AccountHolder Modifier and Type Method Description AccountHolderNotificationDataAccountHolderNotificationData. accountHolder(AccountHolder accountHolder)voidAccountHolderNotificationData. setAccountHolder(AccountHolder accountHolder)accountHolder
-