Uses of Class
com.adyen.model.marketpaywebhooks.AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum
-
Packages that use AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum Package Description com.adyen.model.marketpaywebhooks -
-
Uses of AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum Modifier and Type Method Description static AccountHolderStoreStatusChangeNotificationContent.OldStatusEnumAccountHolderStoreStatusChangeNotificationContent.OldStatusEnum. fromValue(String value)AccountHolderStoreStatusChangeNotificationContent.OldStatusEnumAccountHolderStoreStatusChangeNotificationContent. getOldStatus()The former status of the account holder.static AccountHolderStoreStatusChangeNotificationContent.OldStatusEnumAccountHolderStoreStatusChangeNotificationContent.OldStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum[]AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum. 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.OldStatusEnum Modifier and Type Method Description AccountHolderStoreStatusChangeNotificationContentAccountHolderStoreStatusChangeNotificationContent. oldStatus(AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum oldStatus)voidAccountHolderStoreStatusChangeNotificationContent. setOldStatus(AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum oldStatus)
-