Uses of Class
com.adyen.model.marketpaywebhooks.AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum
-
Packages that use AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum Package Description com.adyen.model.marketpaywebhooks -
-
Uses of AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum Modifier and Type Method Description static AccountHolderStoreStatusChangeNotificationContent.NewStatusEnumAccountHolderStoreStatusChangeNotificationContent.NewStatusEnum. fromValue(String value)AccountHolderStoreStatusChangeNotificationContent.NewStatusEnumAccountHolderStoreStatusChangeNotificationContent. getNewStatus()The new status of the account holder.static AccountHolderStoreStatusChangeNotificationContent.NewStatusEnumAccountHolderStoreStatusChangeNotificationContent.NewStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum[]AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpaywebhooks with parameters of type AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum Modifier and Type Method Description AccountHolderStoreStatusChangeNotificationContentAccountHolderStoreStatusChangeNotificationContent. newStatus(AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum newStatus)voidAccountHolderStoreStatusChangeNotificationContent. setNewStatus(AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum newStatus)
-