Class ClientIdentificationResponse
Contains the result of a client identification finished after calling ClientIdentification() or ClientIdentificationAsync(). Immutable class.
Inheritance
System.Object
ClientIdentificationResponse
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 ClientIdentificationResponse
Constructors
ClientIdentificationResponse(Amount, TransactionInformation, CardData)
Create client identification response.
Declaration
public ClientIdentificationResponse(Amount amountSaldo, TransactionInformation transactionInformation, CardData cardData)
Parameters
Type | Name | Description |
---|---|---|
Amount | amountSaldo | |
TransactionInformation | transactionInformation | |
CardData | cardData |
Properties
AmountSaldo
Declaration
public Amount AmountSaldo { get; }
Property Value
Type | Description |
---|---|
Amount |
CardData
Declaration
public CardData CardData { get; }
Property Value
Type | Description |
---|---|
CardData |
TransactionInformation
Declaration
public TransactionInformation TransactionInformation { get; }
Property Value
Type | Description |
---|---|
TransactionInformation |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()