Class ReceiptRequestResponse
Contains the result of a call to the ReceiptRequest(ReceiptRequestType) or ReceiptRequestAsync(ReceiptRequestType). Immutable class.
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 |
---|---|---|
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 |
---|---|
System.String |
Overrides
System.Object.ToString()