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

ConnectEmbeddedAccountSessionCreateComponents

# `t`

```elixir
@type t() :: %Stripe.Resources.Components{
  account_management: Stripe.Resources.AccountConfig.t(),
  account_onboarding: Stripe.Resources.AccountConfig.t(),
  balances: Stripe.Resources.PayoutsConfig.t(),
  disputes_list: Stripe.Resources.DisputesListConfig.t(),
  documents: Stripe.Resources.BaseConfig.t(),
  financial_account: Stripe.Resources.FinancialAccountConfig.t(),
  financial_account_transactions:
    Stripe.Resources.FinancialAccountTransactionsConfig.t(),
  instant_payouts_promotion: Stripe.Resources.InstantPayoutsPromotionConfig.t(),
  issuing_card: Stripe.Resources.IssuingCardConfig.t(),
  issuing_cards_list: Stripe.Resources.IssuingCardsListConfig.t(),
  notification_banner: Stripe.Resources.AccountConfig.t(),
  payment_details: Stripe.Resources.PaymentsConfig.t(),
  payment_disputes: Stripe.Resources.PaymentDisputesConfig.t(),
  payments: Stripe.Resources.PaymentsConfig.t(),
  payout_details: Stripe.Resources.BaseConfig.t(),
  payouts: Stripe.Resources.PayoutsConfig.t(),
  payouts_list: Stripe.Resources.BaseConfig.t(),
  tax_registrations: Stripe.Resources.BaseConfig.t(),
  tax_settings: Stripe.Resources.BaseConfig.t()
}
```

* `account_management` - Expandable.
* `account_onboarding` - Expandable.
* `balances` - Expandable.
* `disputes_list` - Expandable.
* `documents` - Expandable.
* `financial_account` - Expandable.
* `financial_account_transactions` - Expandable.
* `instant_payouts_promotion` - Expandable.
* `issuing_card` - Expandable.
* `issuing_cards_list` - Expandable.
* `notification_banner` - Expandable.
* `payment_details` - Expandable.
* `payment_disputes` - Expandable.
* `payments` - Expandable.
* `payout_details` - Expandable.
* `payouts` - Expandable.
* `payouts_list` - Expandable.
* `tax_registrations` - Expandable.
* `tax_settings` - Expandable.

# `expandable_fields`

# `object_name`

---

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