public class TerminalReceiptFetchRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TerminalReceiptFormat |
format |
protected Long |
transaction |
protected Integer |
width |
| Constructor and Description |
|---|
TerminalReceiptFetchRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
TerminalReceiptFetchRequest |
format(TerminalReceiptFormat format) |
TerminalReceiptFormat |
getFormat()
The format determines in what format the receipts will be returned in.
|
Long |
getTransaction()
Provide here the ID of the transaction for which the receipts should be fetched.
|
Integer |
getWidth()
The width controls how width the document will be rendered.
|
int |
hashCode() |
void |
setFormat(TerminalReceiptFormat format) |
void |
setTransaction(Long transaction) |
void |
setWidth(Integer width) |
String |
toString() |
TerminalReceiptFetchRequest |
transaction(Long transaction) |
TerminalReceiptFetchRequest |
width(Integer width) |
protected TerminalReceiptFormat format
protected Long transaction
protected Integer width
public TerminalReceiptFetchRequest format(TerminalReceiptFormat format)
public TerminalReceiptFormat getFormat()
public void setFormat(TerminalReceiptFormat format)
public TerminalReceiptFetchRequest transaction(Long transaction)
public Long getTransaction()
public void setTransaction(Long transaction)
public TerminalReceiptFetchRequest width(Integer width)
public Integer getWidth()
public void setWidth(Integer width)
Copyright © 2021. All rights reserved.