Class Features
Contains features supported by the terminal. Immutable class.
Inheritance
System.Object
Features
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class Features
Constructors
Features(FeaturesHardware, FeaturesPayment, FeaturesSixml, String)
Create features.
Declaration
public Features(FeaturesHardware hardware, FeaturesPayment payment, FeaturesSixml sixml, string terminalId)
Parameters
Type | Name | Description |
---|---|---|
FeaturesHardware | hardware | |
FeaturesPayment | payment | |
FeaturesSixml | sixml | |
System.String | terminalId |
Properties
Hardware
Hardware features.
Declaration
public FeaturesHardware Hardware { get; }
Property Value
Type | Description |
---|---|
FeaturesHardware |
Payment
Payment features.
Declaration
public FeaturesPayment Payment { get; }
Property Value
Type | Description |
---|---|
FeaturesPayment |
Sixml
SIXml features.
Declaration
public FeaturesSixml Sixml { get; }
Property Value
Type | Description |
---|---|
FeaturesSixml |
TerminalId
Gets the terminal id.
Declaration
public string TerminalId { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
String representation for debugging purpose.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()