Class PrintData
Contains receipts or receipt items for printing by the ECR depending on the PrintOptions used during login. Immutable class.
Inheritance
System.Object
PrintData
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class PrintData : object
Constructors
PrintData(List<Receipt>, List<ReceiptItems>)
Create print information.
Declaration
public PrintData(List<Receipt> receipts, List<ReceiptItems> receiptItems)
Parameters
| Type | Name | Description |
|---|---|---|
| List<Receipt> | receipts | |
| List<ReceiptItems> | receiptItems |
Fields
m_cardholderReceipt
Declaration
protected String m_cardholderReceipt
Field Value
| Type | Description |
|---|---|
| String |
m_merchantReceipt
Declaration
protected String m_merchantReceipt
Field Value
| Type | Description |
|---|---|
| String |
Properties
CardholderReceipt
Cardholder Receipt Text.
Declaration
public String CardholderReceipt { get; }
Property Value
| Type | Description |
|---|---|
| String |
MerchantReceipt
Merchant Receipt Text.
Declaration
public String MerchantReceipt { get; }
Property Value
| Type | Description |
|---|---|
| String |
ReceiptItems
Gets the receipt items.
Declaration
public List<ReceiptItems> ReceiptItems { get; }
Property Value
| Type | Description |
|---|---|
| List<ReceiptItems> | The receipt items. |
Receipts
Gets the receipts.
Declaration
public List<Receipt> Receipts { get; }
Property Value
| Type | Description |
|---|---|
| List<Receipt> | The receipts. |
Methods
ToString()
String representation for debugging purpose.
Declaration
public override String ToString()
Returns
| Type | Description |
|---|---|
| String |