Class ReceiptRequestResponse
Contains the result of a call to the Receipt
Inheritance
System.Object
ReceiptRequestResponse
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class ReceiptRequestResponse : object
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 |
---|---|
String |