Uses of Class
com.adyen.model.marketpay.notification.AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum
-
Packages that use AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum Package Description com.adyen.model.marketpay.notification -
-
Uses of AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum in com.adyen.model.marketpay.notification
Methods in com.adyen.model.marketpay.notification that return AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum Modifier and Type Method Description static AccountHolderStoreStatusChangeNotificationContent.OldStatusEnumAccountHolderStoreStatusChangeNotificationContent.OldStatusEnum. fromValue(String text)AccountHolderStoreStatusChangeNotificationContent.OldStatusEnumAccountHolderStoreStatusChangeNotificationContent. getOldStatus()The former status of the account holder.AccountHolderStoreStatusChangeNotificationContent.OldStatusEnumAccountHolderStoreStatusChangeNotificationContent.OldStatusEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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.marketpay.notification with parameters of type AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum Modifier and Type Method Description AccountHolderStoreStatusChangeNotificationContentAccountHolderStoreStatusChangeNotificationContent. oldStatus(AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum oldStatus)voidAccountHolderStoreStatusChangeNotificationContent. setOldStatus(AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum oldStatus)voidAccountHolderStoreStatusChangeNotificationContent.OldStatusEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum enumeration)
-