new InvalidStateTransitionResponse()
Extends
Methods
(static) InvalidStateTransitionResponse#getData() → {remotepay.ExternalDeviceStateData}
Get the field value
Additional data elements supplementing the state of the connected device.
Returns:
(static) InvalidStateTransitionResponse#getRequestedTransition() → {String}
Get the field value
The state that Pay Display was unable to transition to.
Returns:
- Type
- String
(static) InvalidStateTransitionResponse#getState() → {remotepay.ExternalDeviceState}
Get the field value
High level state of the connected device.
Returns:
(static) InvalidStateTransitionResponse#setData(data)
Set the field value
Additional data elements supplementing the state of the connected device.
Parameters:
Name | Type | Description |
---|---|---|
data |
remotepay.ExternalDeviceStateData |
(static) InvalidStateTransitionResponse#setRequestedTransition(requestedTransition)
Set the field value
The state that Pay Display was unable to transition to.
Parameters:
Name | Type | Description |
---|---|---|
requestedTransition |
String |
(static) InvalidStateTransitionResponse#setState(state)
Set the field value
High level state of the connected device.
Parameters:
Name | Type | Description |
---|---|---|
state |
remotepay.ExternalDeviceState |