public class Deposit extends BaseObject
Constructor and Description |
---|
Deposit(String currency,
BigDecimal amount,
BigDecimal fee,
String txid,
Date createdAt,
int confirmations,
Date doneAt,
String state) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
int |
getConfirmations() |
Date |
getCreatedAt() |
String |
getCurrency() |
Date |
getDoneAt() |
BigDecimal |
getFee() |
String |
getState() |
String |
getTxid() |
toString
public Deposit(String currency, BigDecimal amount, BigDecimal fee, String txid, Date createdAt, int confirmations, Date doneAt, String state)
public String getCurrency()
public BigDecimal getAmount()
public BigDecimal getFee()
public String getTxid()
public Date getCreatedAt()
public int getConfirmations()
public Date getDoneAt()
public String getState()
Copyright © 2015. All rights reserved.