Class Features
Contains features supported by the terminal. Immutable class.
Inheritance
System.Object
Features
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class Features : object
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 | |
| 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 |
|---|---|
| String |
Methods
ToString()
String representation for debugging purpose.
Declaration
public override String ToString()
Returns
| Type | Description |
|---|---|
| String |