new InputOption()
- Source:
Methods
(static) InputOption#getDescription() → {String}
    Get the field value
A description of what this input option represents
- Source:
Returns:
- Type
- String
(static) InputOption#getKeyPress() → {remotepay.KeyPress}
    Get the field value
The keypress this represents
- Source:
Returns:
- Type
- remotepay.KeyPress
(static) InputOption#setDescription(description)
    Set the field value
A description of what this input option represents
    Parameters:
| Name | Type | Description | 
|---|---|---|
| description | String | 
- Source:
(static) InputOption#setKeyPress(keyPress)
    Set the field value
The keypress this represents
    Parameters:
| Name | Type | Description | 
|---|---|---|
| keyPress | remotepay.KeyPress | 
- Source: