DeviceStatusResponse
@objcMembers
public class DeviceStatusResponse : NSObject, Codable
Manage payment device status responses.
-
The current status of the payment device.
Declaration
Swift
public private(set) var status: DeviceStatusCode { get }
-
The paypoint that the payment device is connected to.
Declaration
Swift
public private(set) var paypoint: Paypoint? { get }
-
The connected payment device.
Declaration
Swift
public private(set) var paymentDevice: PaymentDevice? { get }