public class PaymentTerminalTransactionSummary extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<PaymentTerminalDccTransactionSum> |
dccTransactionSums |
protected OffsetDateTime |
endedOn |
protected Long |
id |
protected Long |
linkedSpaceId |
protected Integer |
numberOfTransactions |
protected Long |
paymentTerminal |
protected String |
receipt |
protected OffsetDateTime |
startedOn |
protected List<PaymentTerminalTransactionSum> |
transactionSums |
protected Integer |
version |
| Constructor and Description |
|---|
PaymentTerminalTransactionSummary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<PaymentTerminalDccTransactionSum> |
getDccTransactionSums() |
OffsetDateTime |
getEndedOn() |
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
Integer |
getNumberOfTransactions() |
Long |
getPaymentTerminal() |
String |
getReceipt() |
OffsetDateTime |
getStartedOn() |
List<PaymentTerminalTransactionSum> |
getTransactionSums() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
protected List<PaymentTerminalDccTransactionSum> dccTransactionSums
protected OffsetDateTime endedOn
protected Long id
protected Long linkedSpaceId
protected Integer numberOfTransactions
protected Long paymentTerminal
protected String receipt
protected OffsetDateTime startedOn
protected List<PaymentTerminalTransactionSum> transactionSums
protected Integer version
public List<PaymentTerminalDccTransactionSum> getDccTransactionSums()
public OffsetDateTime getEndedOn()
public Long getId()
public Long getLinkedSpaceId()
public Integer getNumberOfTransactions()
public Long getPaymentTerminal()
public String getReceipt()
public OffsetDateTime getStartedOn()
public List<PaymentTerminalTransactionSum> getTransactionSums()
public Integer getVersion()
Copyright © 2023. All rights reserved.