public class BTCETransHistoryResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BTCETransHistoryResult.Status
Status of transaction.
|
static class |
BTCETransHistoryResult.Type
Type of transaction.
|
| Constructor and Description |
|---|
BTCETransHistoryResult(BTCETransHistoryResult.Type type,
BigDecimal amount,
String currency,
String description,
BTCETransHistoryResult.Status status,
Long timestamp)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
String |
getCurrency() |
String |
getDescription() |
BTCETransHistoryResult.Status |
getStatus() |
Long |
getTimestamp() |
BTCETransHistoryResult.Type |
getType() |
String |
toString() |
public BTCETransHistoryResult(BTCETransHistoryResult.Type type, BigDecimal amount, String currency, String description, BTCETransHistoryResult.Status status, Long timestamp)
type - amount - currency - description - status - timestamp - public BTCETransHistoryResult.Type getType()
public BigDecimal getAmount()
public String getCurrency()
public String getDescription()
public BTCETransHistoryResult.Status getStatus()
public Long getTimestamp()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.