Features
public class Features : CustomStringConvertible
Contains features supported by the terminal. Immutable class.
-
Create features.
Declaration
Swift
public init(hardware: FeaturesHardware, payment: FeaturesPayment, sixml: FeaturesSixml) -
Hardware features.
Declaration
Swift
public private(set) var hardware: FeaturesHardware -
Payment features.
Declaration
Swift
public private(set) var payment: FeaturesPayment -
SIXml features.
Declaration
Swift
public private(set) var sixml: FeaturesSixml -
Textual representation.
Declaration
Swift
public var description: String { get }