Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.BalanceSettingsUpdateParams.Payments{ debit_negative_balances: boolean() | nil, payouts: Stripe.Params.BalanceSettingsUpdateParams.Payments.Payouts.t() | nil, settlement_timing: Stripe.Params.BalanceSettingsUpdateParams.Payments.SettlementTiming.t() | nil }
debit_negative_balances- A Boolean indicating whether Stripe should try to reclaim negative balances from an attached bank account. For details, see Understanding Connect Account Balances.payouts- Settings specific to the account's payouts.settlement_timing- Settings related to the account's balance settlement timing.