ServiceStatusCode

@objc
public enum ServiceStatusCode : Int, Codable

The current status of the payment service.

  • not-busy

    Declaration

    Swift

    case notBusy
  • 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