Package com.stripe.model
Class Account.Settings.Payouts
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Settings.Payouts
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Settings
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanA Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account.The text that appears on the bank account statement for payouts.inthashCode()voidsetDebitNegativeBalances(Boolean debitNegativeBalances) A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account.voidsetSchedule(Account.Settings.Payouts.Schedule schedule) voidsetStatementDescriptor(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
-
Constructor Details
-
Payouts
public Payouts()
-
-
Method Details
-
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 isfalsefor Custom accounts, otherwisetrue. -
getSchedule
-
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
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 isfalsefor Custom accounts, otherwisetrue. -
setSchedule
-
setStatementDescriptor
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
-
canEqual
-
hashCode
public int hashCode()
-