Uses of Class
com.adyen.model.configurationwebhooks.AccountHolderNotificationData
-
Packages that use AccountHolderNotificationData Package Description com.adyen.model.configurationwebhooks -
-
Uses of AccountHolderNotificationData in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return AccountHolderNotificationData Modifier and Type Method Description AccountHolderNotificationDataAccountHolderNotificationData. accountHolder(AccountHolder accountHolder)accountHolderAccountHolderNotificationDataAccountHolderNotificationData. balancePlatform(String balancePlatform)The unique identifier of the balance platform.static AccountHolderNotificationDataAccountHolderNotificationData. fromJson(String jsonString)Create an instance of AccountHolderNotificationData given an JSON stringAccountHolderNotificationDataAccountHolderNotificationRequest. getData()dataMethods in com.adyen.model.configurationwebhooks with parameters of type AccountHolderNotificationData Modifier and Type Method Description AccountHolderNotificationRequestAccountHolderNotificationRequest. data(AccountHolderNotificationData data)datavoidAccountHolderNotificationRequest. setData(AccountHolderNotificationData data)data
-