public class RenderedTerminalTransactionSummary extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
protected String |
mimeType |
| Constructor and Description |
|---|
RenderedTerminalTransactionSummary() |
| Modifier and Type | Method and Description |
|---|---|
RenderedTerminalTransactionSummary |
data(byte[] data) |
boolean |
equals(Object o) |
byte[] |
getData()
Get data
|
String |
getMimeType()
The mime type indicates the format of the receipt document.
|
int |
hashCode() |
void |
setData(byte[] data) |
String |
toString() |
protected byte[] data
protected String mimeType
public RenderedTerminalTransactionSummary data(byte[] data)
public byte[] getData()
public void setData(byte[] data)
public String getMimeType()
Copyright © 2022. All rights reserved.