# `Stripe.Params.BalanceSettingsUpdateParams.Payments.SettlementTiming`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/balance_settings_update_params.ex#L63)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.BalanceSettingsUpdateParams.Payments.SettlementTiming{
  delay_days_override: map() | nil
}
```

* `delay_days_override` - Change `delay_days` for this account, which determines the number of days charge funds are held before becoming available. The maximum value is 31. Passing an empty string to `delay_days_override` will return `delay_days` to the default, which is the lowest available value for the account. [Learn more about controlling delay days](https://stripe.com/connect/manage-payout-schedule).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
