# `Stripe.Params.Terminal.OnboardingLinkCreateParams.LinkOptions.AppleTermsAndConditions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/terminal/onboarding_link_create_params.ex#L31)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Terminal.OnboardingLinkCreateParams.LinkOptions.AppleTermsAndConditions{
    allow_relinking: boolean() | nil,
    merchant_display_name: String.t() | nil
  }
```

* `allow_relinking` - Whether the link should also support users relinking their Apple account.
* `merchant_display_name` - The business name of the merchant accepting Apple's Terms and Conditions. Max length: 5000.

---

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