public class PaymentTerminalTransactionSum extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
brand |
protected BigDecimal |
dccTipAmount |
protected BigDecimal |
dccTransactionAmount |
protected Integer |
dccTransactionCount |
protected Long |
id |
protected String |
product |
protected BigDecimal |
transactionAmount |
protected Integer |
transactionCount |
protected String |
transactionCurrency |
protected BigDecimal |
transactionTipAmount |
protected Integer |
version |
| Constructor and Description |
|---|
PaymentTerminalTransactionSum() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBrand() |
BigDecimal |
getDccTipAmount() |
BigDecimal |
getDccTransactionAmount() |
Integer |
getDccTransactionCount() |
Long |
getId()
The ID is the primary key of the entity.
|
String |
getProduct() |
BigDecimal |
getTransactionAmount() |
Integer |
getTransactionCount() |
String |
getTransactionCurrency() |
BigDecimal |
getTransactionTipAmount() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected String brand
protected BigDecimal dccTipAmount
protected BigDecimal dccTransactionAmount
protected Integer dccTransactionCount
protected Long id
protected String product
protected BigDecimal transactionAmount
protected Integer transactionCount
protected String transactionCurrency
protected BigDecimal transactionTipAmount
protected Integer version
public String getBrand()
public BigDecimal getDccTipAmount()
public BigDecimal getDccTransactionAmount()
public Integer getDccTransactionCount()
public Long getId()
public String getProduct()
public BigDecimal getTransactionAmount()
public Integer getTransactionCount()
public String getTransactionCurrency()
public BigDecimal getTransactionTipAmount()
public Integer getVersion()
Copyright © 2022. All rights reserved.