# `Stripe.Resources.InboundAchToggleSettings`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/inbound_ach_toggle_settings.ex#L2)

TreasuryFinancialAccountsResourceInboundAchToggleSettings

Toggle settings for enabling/disabling an inbound ACH specific feature

# `t`

```elixir
@type t() :: %Stripe.Resources.InboundAchToggleSettings{
  requested: boolean(),
  status: String.t(),
  status_details: [Stripe.Resources.StatusDetails.t()]
}
```

* `requested` - Whether the FinancialAccount should have the Feature.
* `status` - Whether the Feature is operational. Possible values: `active`, `pending`, `restricted`.
* `status_details` - Additional details; includes at least one entry when the status is not `active`. Expandable.

# `expandable_fields`

# `object_name`

---

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