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 |
---|---|---|
Features |
hardware | |
Features |
payment | |
Features |
sixml | |
System. |
terminalId |
Properties
Hardware
Hardware features.
Declaration
public FeaturesHardware Hardware { get; }
Property Value
Type | Description |
---|---|
Features |
Payment
Payment features.
Declaration
public FeaturesPayment Payment { get; }
Property Value
Type | Description |
---|---|
Features |
Sixml
SIXml features.
Declaration
public FeaturesSixml Sixml { get; }
Property Value
Type | Description |
---|---|
Features |
TerminalId
Gets the terminal id.
Declaration
public string TerminalId { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
ToString()
String representation for debugging purpose.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()