Class TransactionInfoRequestResponse
Contains the result of a call to the Transaction
Inheritance
System.Object
TransactionInfoRequestResponse
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class TransactionInfoRequestResponse : object
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 |
---|---|---|
Transaction |
transactionType | |
Outcome | outcome | |
Transaction |
transactionResponse | |
Tim |
exception | |
Print |
lastStatusReceipt |
Fields
Exception
Exception.
Declaration
public readonly TimException Exception
Field Value
Type | Description |
---|---|
Tim |
LastStatusReceipt
Last status receipt.
Declaration
public readonly PrintData LastStatusReceipt
Field Value
Type | Description |
---|---|
Print |
Outcome
Outcome.
Declaration
public readonly Outcome Outcome
Field Value
Type | Description |
---|---|
Outcome |
TransactionResponse
Transaction response.
Declaration
public readonly TransactionResponse TransactionResponse
Field Value
Type | Description |
---|---|
Transaction |
TransactionType
Transaction type.
Declaration
public readonly TransactionType TransactionType
Field Value
Type | Description |
---|---|
Transaction |
Methods
ToString()
String representation.
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
String |