# `Stripe.Resources.CashBalance.Settings`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/cash_balance.ex#L33)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.CashBalance.Settings{
  reconciliation_mode: String.t() | nil,
  using_merchant_default: boolean() | nil
}
```

* `reconciliation_mode` - The configuration for how funds that land in the customer cash balance are reconciled. Possible values: `automatic`, `manual`.
* `using_merchant_default` - A flag to indicate if reconciliation mode returned is the user's default or is specific to this customer cash balance

---

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