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 { get } -
Payment features.
Declaration
Swift
public private(set) var payment: FeaturesPayment { get } -
SIXml features.
Declaration
Swift
public private(set) var sixml: FeaturesSixml { get } -
Textual representation.
Declaration
Swift
public var description: String { get }