Class FinancialAccount.Balance

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.FinancialAccount.Balance
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
FinancialAccount

public static class FinancialAccount.Balance extends StripeObject
  • Constructor Details

    • Balance

      public Balance()
  • Method Details

    • getCash

      public Map<String,Long> getCash()
      Funds the user can spend right now.
    • getInboundPending

      public Map<String,Long> getInboundPending()
      Funds not spendable yet, but will become available at a later time.
    • getOutboundPending

      public Map<String,Long> getOutboundPending()
      Funds in the account, but not spendable because they are being held for pending outbound flows.
    • setCash

      public void setCash(Map<String,Long> cash)
      Funds the user can spend right now.
    • setInboundPending

      public void setInboundPending(Map<String,Long> inboundPending)
      Funds not spendable yet, but will become available at a later time.
    • setOutboundPending

      public void setOutboundPending(Map<String,Long> outboundPending)
      Funds in the account, but not spendable because they are being held for pending outbound flows.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object