Input |
Input.addMenuEntryNumberItem(Integer menuEntryNumberItem) |
|
Input |
Input.confirmedFlag(Boolean confirmedFlag) |
Indicates te response of the user from the `GetConfirmation` input command.
|
Input |
Input.digitInput(Integer digitInput) |
The digits typed by the Customer on the POI or by the Cashier on the Sale Terminal.
|
static Input |
Input.fromJson(String jsonString) |
Create an instance of Input given an JSON string
|
Input |
Input.functionKey(Integer functionKey) |
The number of the function key which is typed by the Customer on the POI or the Cashier on the
Sale Terminal.
|
Input |
InputResult.getInput() |
Get input
|
Input |
Input.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
Input |
Input.inputCommand(InputCommand inputCommand) |
inputCommand
|
Input |
Input.menuEntryNumber(List<Integer> menuEntryNumber) |
The index of the menu item (from 1 to n) which is selected by the Cashier on the Sale Terminal.
|
Input |
Input.password(String password) |
The text password typed by the Customer on the POI or by the Cashier on the Sale Terminal.
|
Input |
Input.textInput(String textInput) |
The text typed by the Customer on the POI or by the Cashier on the Sale Terminal.
|