Class Account.SettingsPayouts

    • Constructor Detail

      • SettingsPayouts

        public SettingsPayouts()
    • Method Detail

      • getDebitNegativeBalances

        public java.lang.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 true for Express accounts and false for Custom accounts.
      • getStatementDescriptor

        public java.lang.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​(java.lang.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 true for Express accounts and false for Custom accounts.
      • setStatementDescriptor

        public void setStatementDescriptor​(java.lang.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​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object