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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.BalanceSettingsUpdateParams.Payments.Payouts{
  minimum_balance_by_currency: map() | nil,
  schedule:
    Stripe.Params.BalanceSettingsUpdateParams.Payments.Payouts.Schedule.t()
    | nil,
  statement_descriptor: String.t() | nil
}
```

* `minimum_balance_by_currency` - The minimum balance amount to retain per currency after automatic payouts. Only funds that exceed these amounts are paid out. Learn more about the [minimum balances for automatic payouts](https://stripe.com/payouts/minimum-balances-for-automatic-payouts).
* `schedule` - Details on when funds from charges are available, and when they are paid out to an external account. For details, see our [Setting Bank and Debit Card Payouts](https://stripe.com/connect/bank-transfers#payout-information) documentation.
* `statement_descriptor` - 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. Max length: 22.

---

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