Class Transaction.BalanceImpact

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

public static class Transaction.BalanceImpact extends StripeObject
Change to a FinancialAccount's balance.
  • Constructor Details

    • BalanceImpact

      public BalanceImpact()
  • Method Details

    • getCash

      public Long getCash()
      The change made to funds the user can spend right now.
    • getInboundPending

      public Long getInboundPending()
      The change made to funds that are not spendable yet, but will become available at a later time.
    • getOutboundPending

      public Long getOutboundPending()
      The change made to funds in the account, but not spendable because they are being held for pending outbound flows.
    • setCash

      public void setCash(Long cash)
      The change made to funds the user can spend right now.
    • setInboundPending

      public void setInboundPending(Long inboundPending)
      The change made to funds that are not spendable yet, but will become available at a later time.
    • setOutboundPending

      public void setOutboundPending(Long outboundPending)
      The change made to 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