public class

DeviceStatus

extends PayPalRetailObject
java.lang.Object
   ↳ PayPalRetailObject
     ↳ com.paypal.paypalretailsdk.DeviceStatus

Class Overview

Information about a card presented to the PayPal Retail SDK

Summary

Public Constructors
DeviceStatus()
Public Methods
RetailSDKException getError()
Reason (if any) for device unavailability @readonly
Boolean getIsReady()
true if the device is ready for transaction @readonly
String toString()
Returns a string representing the serialized state of the DeviceStatus object
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DeviceStatus ()

Public Methods

public RetailSDKException getError ()

Reason (if any) for device unavailability @readonly

public Boolean getIsReady ()

true if the device is ready for transaction @readonly

public String toString ()

Returns a string representing the serialized state of the DeviceStatus object