new RetrieveDeviceStatusResponse()
Extends
Methods
(static) RetrieveDeviceStatusResponse#getData() → {remotepay.ExternalDeviceStateData}
Get the field value
Additional data elements supplementing the state of the connected device.
Returns:
(static) RetrieveDeviceStatusResponse#getState() → {remotepay.ExternalDeviceState}
Get the field value
High level state of the connected device.
Returns:
(static) RetrieveDeviceStatusResponse#setData(data)
Set the field value
Additional data elements supplementing the state of the connected device.
Parameters:
Name | Type | Description |
---|---|---|
data |
remotepay.ExternalDeviceStateData |
(static) RetrieveDeviceStatusResponse#setState(state)
Set the field value
High level state of the connected device.
Parameters:
Name | Type | Description |
---|---|---|
state |
remotepay.ExternalDeviceState |