Package com.stripe.model
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
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description SettingsPayouts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.BooleangetDebitNegativeBalances()A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account.Account.PayoutSchedulegetSchedule()java.lang.StringgetStatementDescriptor()The text that appears on the bank account statement for payouts.inthashCode()voidsetDebitNegativeBalances(java.lang.Boolean debitNegativeBalances)A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account.voidsetSchedule(Account.PayoutSchedule schedule)voidsetStatementDescriptor(java.lang.String statementDescriptor)The text that appears on the bank account statement for payouts.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
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 istruefor Express accounts andfalsefor Custom accounts.
-
getSchedule
public Account.PayoutSchedule getSchedule()
-
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 istruefor Express accounts andfalsefor Custom accounts.
-
setSchedule
public void setSchedule(Account.PayoutSchedule schedule)
-
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:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-