Class BitflyerBalance
java.lang.Object
org.knowm.xchange.bitflyer.dto.account.BitflyerBalance
public class BitflyerBalance extends Object
-
Constructor Summary
Constructors Constructor Description BitflyerBalance()
-
Method Summary
Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
BigDecimal
getAmount()
BigDecimal
getAvailable()
String
getCurrencyCode()
void
setAdditionalProperties(Map<String,Object> additionalProperties)
void
setAmount(BigDecimal amount)
void
setAvailable(BigDecimal available)
void
setCurrencyCode(String currencyCode)
String
toString()