public class PaymentTerminalDccTransactionSum extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
brand |
protected BigDecimal |
dccAmount |
protected String |
dccCurrency |
protected Long |
id |
protected BigDecimal |
transactionAmount |
protected Integer |
transactionCount |
protected String |
transactionCurrency |
protected Integer |
version |
| Constructor and Description |
|---|
PaymentTerminalDccTransactionSum() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBrand() |
BigDecimal |
getDccAmount() |
String |
getDccCurrency() |
Long |
getId()
The ID is the primary key of the entity.
|
BigDecimal |
getTransactionAmount() |
Integer |
getTransactionCount() |
String |
getTransactionCurrency() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected String brand
protected BigDecimal dccAmount
protected String dccCurrency
protected Long id
protected BigDecimal transactionAmount
protected Integer transactionCount
protected String transactionCurrency
protected Integer version
public String getBrand()
public BigDecimal getDccAmount()
public String getDccCurrency()
public Long getId()
public BigDecimal getTransactionAmount()
public Integer getTransactionCount()
public String getTransactionCurrency()
public Integer getVersion()
Copyright © 2022. All rights reserved.