PosRegistrationResponse
@objcMembers
public class PosRegistrationResponse : NSObject, Codable
extension PosRegistrationResponse: CustomReflectable
Holds the POS License Key for a successful registration.
-
A unique key assigned to the POS to allow it to perform authenticated operations.
Declaration
Swift
public private(set) var pointOfSaleLicenseKey: String { get }
-
Used to print the debug content of the object
Declaration
Swift
override public var debugDescription: String { get }
-
Used to print the debug content of the object
Declaration
Swift
public var customMirror: Mirror { get }