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 classFor more details about Payouts, please refer to the API Reference.static classFor 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 booleanbooleanA Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account.Settings specific to the account's payouts.inthashCode()voidsetDebitNegativeBalances(Boolean debitNegativeBalances) A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account.voidSettings specific to the account's payouts.voidsetSettlementTiming(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 isfalsewhen 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 isfalsewhen controller.requirement_collection isapplication, which includes Custom accounts, otherwisetrue. -
setPayouts
Settings specific to the account's payouts. -
setSettlementTiming
-
equals
-
canEqual
-
hashCode
public int hashCode()
-