Class ReceiptRequestResponse
Contains the result of a call to the Receipt
Inheritance
System.Object
ReceiptRequestResponse
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 ReceiptRequestResponse
Constructors
ReceiptRequestResponse(PrintData, Boolean)
Declaration
public ReceiptRequestResponse(PrintData printData, bool hasMoreReceipts)
Parameters
Type | Name | Description |
---|---|---|
Print |
printData | |
System. |
hasMoreReceipts |
Properties
HasMoreReceipts
States if the maximum number of receipts has been transmitted and more receipts can be requested.
Declaration
public bool HasMoreReceipts { get; }
Property Value
Type | Description |
---|---|
System. |
PrintData
Print information for receipts to print by the ECR.
Declaration
public PrintData PrintData { get; }
Property Value
Type | Description |
---|---|
Print |
Methods
ToString()
String representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()