Uses of Class
com.adyen.model.nexo.TerminalEnvironmentType
-
Packages that use TerminalEnvironmentType Package Description com.adyen.model.nexo -
-
Uses of TerminalEnvironmentType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as TerminalEnvironmentType Modifier and Type Field Description protected TerminalEnvironmentTypePOITerminalData. terminalEnvironmentThe Terminal environment.protected TerminalEnvironmentTypeSaleTerminalData. terminalEnvironmentThe Terminal environment.Methods in com.adyen.model.nexo that return TerminalEnvironmentType Modifier and Type Method Description static TerminalEnvironmentTypeTerminalEnvironmentType. fromValue(String v)From value terminal environment type.TerminalEnvironmentTypePOITerminalData. getTerminalEnvironment()Gets the value of the terminalEnvironment property.TerminalEnvironmentTypeSaleTerminalData. getTerminalEnvironment()Gets the value of the terminalEnvironment property.static TerminalEnvironmentTypeTerminalEnvironmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static TerminalEnvironmentType[]TerminalEnvironmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type TerminalEnvironmentType Modifier and Type Method Description voidPOITerminalData. setTerminalEnvironment(TerminalEnvironmentType value)Sets the value of the terminalEnvironment property.voidSaleTerminalData. setTerminalEnvironment(TerminalEnvironmentType value)Sets the value of the terminalEnvironment property.
-