new CloverDeviceEvent()
- Source:
Methods
(static) CloverDeviceEvent#getCode() → {Number}
Get the field value
- Source:
Returns:
must be an integer
- Type
- Number
(static) CloverDeviceEvent#getEventState() → {remotepay.DeviceEventState}
Get the field value
The event state
- Source:
Returns:
(static) CloverDeviceEvent#getInputOptions() → {Array.<remotepay.InputOption>}
Get the field value
Available input options
- Source:
Returns:
An array of
- Type
- Array.<remotepay.InputOption>
(static) CloverDeviceEvent#getMessage() → {String}
Get the field value
Identifier for the request
- Source:
Returns:
- Type
- String
(static) CloverDeviceEvent#setCode(code)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
code |
Number | must be an integer |
- Source:
(static) CloverDeviceEvent#setEventState(eventState)
Set the field value
The event state
Parameters:
Name | Type | Description |
---|---|---|
eventState |
remotepay.DeviceEventState |
- Source:
(static) CloverDeviceEvent#setInputOptions(inputOptions)
Set the field value
Available input options
Parameters:
Name | Type | Description |
---|---|---|
inputOptions |
Array.<remotepay.InputOption> | An array of |
- Source:
(static) CloverDeviceEvent#setMessage(message)
Set the field value
Identifier for the request
Parameters:
Name | Type | Description |
---|---|---|
message |
String |
- Source: