Class ReceiptRequestResponse
Contains the result of a call to the ReceiptRequest(ReceiptRequestType) or ReceiptRequestAsync(ReceiptRequestType). Immutable class.
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 |
---|---|---|
PrintData | printData | |
System.Boolean | 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.Boolean |
PrintData
Print information for receipts to print by the ECR.
Declaration
public PrintData PrintData { get; }
Property Value
Type | Description |
---|---|
PrintData |
Methods
ToString()
String representation.
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
String |