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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A 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.int
hashCode()
void
setDebitNegativeBalances
(Boolean debitNegativeBalances) A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account.void
setSchedule
(Account.Settings.Payouts.Schedule schedule) void
setStatementDescriptor
(String statementDescriptor) The text that appears on the bank account statement for payouts.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, 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 Understanding Connect account balances for details. The default value isfalse
when controller.requirement_collection isapplication
, which includes 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 Understanding Connect account balances for details. The default value isfalse
when controller.requirement_collection isapplication
, which includes 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()
-