public class TransactionDetail extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionDetail.Category |
| Modifier and Type | Field and Description |
|---|---|
String |
account |
String |
address |
BigDecimal |
amount |
TransactionDetail.Category |
category |
BigDecimal |
fee |
| Constructor and Description |
|---|
TransactionDetail() |
public String account
public String address
public TransactionDetail.Category category
public BigDecimal amount
public BigDecimal fee
Copyright © 2018. All rights reserved.