Class TransactionInfoRequestResponse
Contains the result of a call to the TransactionInfoRequest() or TransactionInfoRequestAsync(). Immutable class.
Inheritance
System.Object
TransactionInfoRequestResponse
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 TransactionInfoRequestResponse
Constructors
TransactionInfoRequestResponse(TransactionType, Outcome, TransactionResponse, TimException, PrintData)
Create transaction info request response.
Declaration
public TransactionInfoRequestResponse(TransactionType transactionType, Outcome outcome, TransactionResponse transactionResponse, TimException exception, PrintData lastStatusReceipt)
Parameters
Type | Name | Description |
---|---|---|
TransactionType | transactionType | |
Outcome | outcome | |
TransactionResponse | transactionResponse | |
TimException | exception | |
PrintData | lastStatusReceipt |
Fields
Exception
Exception.
Declaration
public readonly TimException Exception
Field Value
Type | Description |
---|---|
TimException |
LastStatusReceipt
Last status receipt.
Declaration
public readonly PrintData LastStatusReceipt
Field Value
Type | Description |
---|---|
PrintData |
Outcome
Outcome.
Declaration
public readonly Outcome Outcome
Field Value
Type | Description |
---|---|
Outcome |
TransactionResponse
Transaction response.
Declaration
public readonly TransactionResponse TransactionResponse
Field Value
Type | Description |
---|---|
TransactionResponse |
TransactionType
Transaction type.
Declaration
public readonly TransactionType TransactionType
Field Value
Type | Description |
---|---|
TransactionType |
Methods
ToString()
String representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()