DeviceStatusCode

@objc
public enum DeviceStatusCode : Int, Codable

The current status of the payment device.

  • connected

    Declaration

    Swift

    case connected
  • disconnected

    Declaration

    Swift

    case disconnected
  • busy

    Declaration

    Swift

    case busy
  • unknown outcome received

    Declaration

    Swift

    case unknown
  • Used to print the debug content of the object

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Used to parse the response from the server.

    Declaration

    Swift

    public init(from decoder: Decoder) throws