Uses of Class
com.adyen.model.nexo.InputUpdate
-
Packages that use InputUpdate Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of InputUpdate in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type InputUpdate Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withInputUpdate(InputUpdate inputUpdate) -
Uses of InputUpdate in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as InputUpdate Modifier and Type Field Description protected InputUpdateSaleToPOIRequest. inputUpdateThe Input update.Methods in com.adyen.model.nexo that return InputUpdate Modifier and Type Method Description InputUpdateObjectFactory. createInputUpdate()Create an instance ofInputUpdateInputUpdateSaleToPOIRequest. getInputUpdate()Gets the value of the inputUpdate property.Methods in com.adyen.model.nexo with parameters of type InputUpdate Modifier and Type Method Description voidSaleToPOIRequest. setInputUpdate(InputUpdate value)Sets the value of the inputUpdate property.
-