Uses of Class
com.adyen.model.marketpaywebhooks.AccountHolderStatusChangeNotificationContent
-
Packages that use AccountHolderStatusChangeNotificationContent Package Description com.adyen.model.marketpaywebhooks -
-
Uses of AccountHolderStatusChangeNotificationContent in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return AccountHolderStatusChangeNotificationContent Modifier and Type Method Description AccountHolderStatusChangeNotificationContentAccountHolderStatusChangeNotificationContent. accountHolderCode(String accountHolderCode)AccountHolderStatusChangeNotificationContentAccountHolderStatusChangeNotificationContent. addInvalidFieldsItem(ErrorFieldType invalidFieldsItem)static AccountHolderStatusChangeNotificationContentAccountHolderStatusChangeNotificationContent. fromJson(String jsonString)Create an instance of AccountHolderStatusChangeNotificationContent given an JSON stringAccountHolderStatusChangeNotificationContentAccountHolderStatusChangeNotification. getContent()Get contentAccountHolderStatusChangeNotificationContentAccountHolderStatusChangeNotificationContent. invalidFields(List<ErrorFieldType> invalidFields)AccountHolderStatusChangeNotificationContentAccountHolderStatusChangeNotificationContent. newStatus(AccountHolderStatus newStatus)AccountHolderStatusChangeNotificationContentAccountHolderStatusChangeNotificationContent. oldStatus(AccountHolderStatus oldStatus)AccountHolderStatusChangeNotificationContentAccountHolderStatusChangeNotificationContent. reason(String reason)Methods in com.adyen.model.marketpaywebhooks with parameters of type AccountHolderStatusChangeNotificationContent Modifier and Type Method Description AccountHolderStatusChangeNotificationAccountHolderStatusChangeNotification. content(AccountHolderStatusChangeNotificationContent content)voidAccountHolderStatusChangeNotification. setContent(AccountHolderStatusChangeNotificationContent content)
-