public class RenderedTerminalReceipt extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
protected String |
mimeType |
protected Boolean |
printed |
protected PaymentTerminalReceiptType |
receiptType |
| Constructor and Description |
|---|
RenderedTerminalReceipt() |
| Modifier and Type | Method and Description |
|---|---|
RenderedTerminalReceipt |
data(byte[] data) |
boolean |
equals(Object o) |
byte[] |
getData()
Get data
|
String |
getMimeType()
The mime type indicates the format of the receipt document.
|
PaymentTerminalReceiptType |
getReceiptType()
Each receipt has a different usage.
|
int |
hashCode() |
Boolean |
isPrinted()
The terminal might or might not print the receipt.
|
void |
setData(byte[] data) |
String |
toString() |
protected byte[] data
protected String mimeType
protected Boolean printed
protected PaymentTerminalReceiptType receiptType
public RenderedTerminalReceipt data(byte[] data)
public byte[] getData()
public void setData(byte[] data)
public String getMimeType()
public Boolean isPrinted()
public PaymentTerminalReceiptType getReceiptType()
Copyright © 2021. All rights reserved.