public class CoinmateTransactionHistoryEntry extends Object
Constructor and Description |
---|
CoinmateTransactionHistoryEntry(long transactionId,
long timestamp,
String transactionType,
BigDecimal amount,
String amountCurrency,
BigDecimal price,
String priceCurrency,
BigDecimal fee,
String feeCurrency,
String description,
String status,
long orderId) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
String |
getAmountCurrency() |
String |
getDescription() |
BigDecimal |
getFee() |
String |
getFeeCurrency() |
long |
getOrderId() |
BigDecimal |
getPrice() |
String |
getPriceCurrency() |
String |
getStatus() |
long |
getTimestamp() |
long |
getTransactionId() |
String |
getTransactionType() |
public CoinmateTransactionHistoryEntry(long transactionId, long timestamp, String transactionType, BigDecimal amount, String amountCurrency, BigDecimal price, String priceCurrency, BigDecimal fee, String feeCurrency, String description, String status, long orderId)
public long getTransactionId()
public long getTimestamp()
public String getTransactionType()
public BigDecimal getAmount()
public String getAmountCurrency()
public BigDecimal getPrice()
public String getPriceCurrency()
public BigDecimal getFee()
public String getFeeCurrency()
public String getDescription()
public String getStatus()
public long getOrderId()
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.