# `Stripe.Resources.V2.Core.AccountLink.UseCase.AccountUpdate.CollectionOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account_link.ex#L103)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.V2.Core.AccountLink.UseCase.AccountUpdate.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`). 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*
