Class Account.Balance.Cash

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Account.Balance.Cash
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Balance

public static class Account.Balance.Cash extends StripeObject
  • Constructor Details

    • Cash

      public Cash()
  • Method Details

    • getAvailable

      public Map<String,Long> getAvailable()
      The funds available to the account holder. Typically this is the current balance less any holds.

      Each key is a three-letter ISO currency code, in lowercase.

      Each value is a integer amount. A positive amount indicates money owed to the account holder. A negative amount indicates money owed by the account holder.

    • setAvailable

      public void setAvailable(Map<String,Long> available)
      The funds available to the account holder. Typically this is the current balance less any holds.

      Each key is a three-letter ISO currency code, in lowercase.

      Each value is a integer amount. A positive amount indicates money owed to the account holder. A negative amount indicates money owed by the account holder.

    • 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