Uses of Class
com.adyen.model.managementwebhooks.TerminalSettingsData.UpdateSourceEnum
-
Packages that use TerminalSettingsData.UpdateSourceEnum Package Description com.adyen.model.managementwebhooks -
-
Uses of TerminalSettingsData.UpdateSourceEnum in com.adyen.model.managementwebhooks
Methods in com.adyen.model.managementwebhooks that return TerminalSettingsData.UpdateSourceEnum Modifier and Type Method Description static TerminalSettingsData.UpdateSourceEnumTerminalSettingsData.UpdateSourceEnum. fromValue(String value)TerminalSettingsData.UpdateSourceEnumTerminalSettingsData. getUpdateSource()Indicates whether the terminal settings were updated using the Customer Area or the Management API.static TerminalSettingsData.UpdateSourceEnumTerminalSettingsData.UpdateSourceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TerminalSettingsData.UpdateSourceEnum[]TerminalSettingsData.UpdateSourceEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.managementwebhooks with parameters of type TerminalSettingsData.UpdateSourceEnum Modifier and Type Method Description voidTerminalSettingsData. setUpdateSource(TerminalSettingsData.UpdateSourceEnum updateSource)Indicates whether the terminal settings were updated using the Customer Area or the Management API.TerminalSettingsDataTerminalSettingsData. updateSource(TerminalSettingsData.UpdateSourceEnum updateSource)Indicates whether the terminal settings were updated using the Customer Area or the Management API.
-