public class PaymentTerminalTransactionSummaryFetchRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TerminalReceiptFormat |
format |
protected Long |
summaryId |
protected Integer |
width |
| Constructor and Description |
|---|
PaymentTerminalTransactionSummaryFetchRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PaymentTerminalTransactionSummaryFetchRequest |
format(TerminalReceiptFormat format) |
TerminalReceiptFormat |
getFormat()
The format determines in what format the receipt will be returned in.
|
Long |
getSummaryId()
The id of the transaction summary receipt whose content should be returned.
|
Integer |
getWidth()
The width controls how width the document will be rendered.
|
int |
hashCode() |
void |
setFormat(TerminalReceiptFormat format) |
void |
setSummaryId(Long summaryId) |
void |
setWidth(Integer width) |
PaymentTerminalTransactionSummaryFetchRequest |
summaryId(Long summaryId) |
String |
toString() |
PaymentTerminalTransactionSummaryFetchRequest |
width(Integer width) |
protected TerminalReceiptFormat format
protected Long summaryId
protected Integer width
public PaymentTerminalTransactionSummaryFetchRequest()
public PaymentTerminalTransactionSummaryFetchRequest format(TerminalReceiptFormat format)
public TerminalReceiptFormat getFormat()
public void setFormat(TerminalReceiptFormat format)
public PaymentTerminalTransactionSummaryFetchRequest summaryId(Long summaryId)
public Long getSummaryId()
public void setSummaryId(Long summaryId)
public PaymentTerminalTransactionSummaryFetchRequest width(Integer width)
public Integer getWidth()
public void setWidth(Integer width)
Copyright © 2022. All rights reserved.