Class: RetrieveDeviceStatusResponse

remotepay.RetrieveDeviceStatusResponse()

new RetrieveDeviceStatusResponse()

Source:

Extends

Methods

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

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

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

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

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

(static) RetrieveDeviceStatusResponse#setState(state)

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