public class CashBalances extends java.lang.Object implements ApiElement
Constructor and Description |
---|
CashBalances() |
Modifier and Type | Method and Description |
---|---|
float |
getBuying_power() |
float |
getCash_available_for_withdrawl() |
float |
getCash_held_for_orders() |
float |
getCash() |
java.time.ZonedDateTime |
getCreatedAt() |
float |
getUncleared_deposits() |
float |
getUnsettled_funds() |
java.time.ZonedDateTime |
getUpdatedAt() |
boolean |
requiresAuth() |
public boolean requiresAuth()
requiresAuth
in interface ApiElement
public java.time.ZonedDateTime getUpdatedAt()
public java.time.ZonedDateTime getCreatedAt()
public float getCash_held_for_orders()
public float getCash()
public float getBuying_power()
public float getCash_available_for_withdrawl()
public float getUncleared_deposits()
public float getUnsettled_funds()