Class Account.SettingsPayouts

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

public static class Account.SettingsPayouts extends StripeObject
  • Constructor Details

    • SettingsPayouts

      public SettingsPayouts()
  • Method Details

    • getDebitNegativeBalances

      public Boolean getDebitNegativeBalances()
      A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account. See our Understanding Connect Account Balances documentation for details. Default value is false for Custom accounts, otherwise true.
    • getSchedule

      public Account.PayoutSchedule getSchedule()
    • getStatementDescriptor

      public String getStatementDescriptor()
      The text that appears on the bank account statement for payouts. If not set, this defaults to the platform's bank descriptor as set in the Dashboard.
    • setDebitNegativeBalances

      public void setDebitNegativeBalances(Boolean debitNegativeBalances)
      A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account. See our Understanding Connect Account Balances documentation for details. Default value is false for Custom accounts, otherwise true.
    • setSchedule

      public void setSchedule(Account.PayoutSchedule schedule)
    • setStatementDescriptor

      public void setStatementDescriptor(String statementDescriptor)
      The text that appears on the bank account statement for payouts. If not set, this defaults to the platform's bank descriptor as set in the Dashboard.
    • 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