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()
A unique identifier for the object.
|
BigDecimal |
getTransactionAmount() |
Integer |
getTransactionCount() |
String |
getTransactionCurrency() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
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 © 2023. All rights reserved.