Class: InvalidStateTransitionResponse

remotepay.InvalidStateTransitionResponse()

new InvalidStateTransitionResponse()

Source:

Extends

Methods

(static) InvalidStateTransitionResponse#getData() → {remotepay.ExternalDeviceStateData}

Get the field value Additional data elements supplementing the state of the connected device.
Source:
Returns:
Type
remotepay.ExternalDeviceStateData

(static) InvalidStateTransitionResponse#getRequestedTransition() → {String}

Get the field value The state that Pay Display was unable to transition to.
Source:
Returns:
Type
String

(static) InvalidStateTransitionResponse#getState() → {remotepay.ExternalDeviceState}

Get the field value High level state of the connected device.
Source:
Returns:
Type
remotepay.ExternalDeviceState

(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
Source:

(static) InvalidStateTransitionResponse#setRequestedTransition(requestedTransition)

Set the field value The state that Pay Display was unable to transition to.
Parameters:
Name Type Description
requestedTransition String
Source:

(static) InvalidStateTransitionResponse#setState(state)

Set the field value High level state of the connected device.
Parameters:
Name Type Description
state remotepay.ExternalDeviceState
Source: