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

ConnectEmbeddedFinancialAccountTransactionsConfigClaim

# `t`

```elixir
@type t() :: %Stripe.Resources.FinancialAccountTransactionsConfig{
  enabled: boolean(),
  features: Stripe.Resources.FinancialAccountTransactionsFeatures.t()
}
```

* `enabled` - Whether the embedded component is enabled.
* `features` - Expandable.

# `expandable_fields`

# `object_name`

---

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