Class FinancialAccount.Balance

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

public static class FinancialAccount.Balance extends StripeObject
For more details about Balance, please refer to the API Reference.
  • Constructor Details

    • Balance

      public Balance()
  • Method Details

    • getAvailable

      public Map<String,Amount> getAvailable()
      Balance that can be used for money movement.
    • getInboundPending

      public Map<String,Amount> getInboundPending()
      Balance of inbound funds that will later transition to the available balance.
    • getOutboundPending

      public Map<String,Amount> getOutboundPending()
      Balance of funds that are being used for a pending outbound money movement.
    • setAvailable

      public void setAvailable(Map<String,Amount> available)
      Balance that can be used for money movement.
    • setInboundPending

      public void setInboundPending(Map<String,Amount> inboundPending)
      Balance of inbound funds that will later transition to the available balance.
    • setOutboundPending

      public void setOutboundPending(Map<String,Amount> outboundPending)
      Balance of funds that are being used for a pending outbound money movement.
    • 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