Class Balance.InstantAvailable.NetAvailable

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

public static class Balance.InstantAvailable.NetAvailable extends StripeObject
  • Constructor Details

    • NetAvailable

      public NetAvailable()
  • Method Details

    • getAmount

      public Long getAmount()
      Net balance amount, subtracting fees from platform-set pricing.
    • getDestination

      public String getDestination()
      ID of the external account for this net balance (not expandable).
    • getSourceTypes

    • setAmount

      public void setAmount(Long amount)
      Net balance amount, subtracting fees from platform-set pricing.
    • setDestination

      public void setDestination(String destination)
      ID of the external account for this net balance (not expandable).
    • setSourceTypes

      public void setSourceTypes(Balance.InstantAvailable.NetAvailable.SourceTypes sourceTypes)
    • 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