Package com.stripe.model
Class BalanceSettings.Payments
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.BalanceSettings.Payments
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- BalanceSettings
For more details about Payments, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Payouts, please refer to the API Reference.static class
For more details about SettlementTiming, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account.Settings specific to the account's payouts.int
hashCode()
void
setDebitNegativeBalances
(Boolean debitNegativeBalances) A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account.void
Settings specific to the account's payouts.void
setSettlementTiming
(BalanceSettings.Payments.SettlementTiming settlementTiming) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Payments
public Payments()
-
-
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
. -
getPayouts
Settings specific to the account's payouts. -
getSettlementTiming
-
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
. -
setPayouts
Settings specific to the account's payouts. -
setSettlementTiming
-
equals
-
canEqual
-
hashCode
public int hashCode()
-