# `Stripe.Params.V2.Core.AccountLinkCreateParams.UseCase.AccountOnboarding.CollectionOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_link_create_params.ex#L48)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.V2.Core.AccountLinkCreateParams.UseCase.AccountOnboarding.CollectionOptions{
    fields: String.t() | nil,
    future_requirements: String.t() | nil
  }
```

* `fields` - Specifies whether the platform collects only currently_due requirements (`currently_due`) or both currently_due and eventually_due requirements (`eventually_due`). If you don’t specify collection_options, the default value is currently_due. Possible values: `currently_due`, `eventually_due`.
* `future_requirements` - Specifies whether the platform collects future_requirements in addition to requirements in Connect Onboarding. The default value is `omit`. Possible values: `include`, `omit`.

---

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