# `Stripe.Resources.PaymentLink.NameCollection.Business`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_link.ex#L570)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentLink.NameCollection.Business{
  enabled: boolean() | nil,
  optional: boolean() | nil
}
```

* `enabled` - Indicates whether business name collection is enabled for the payment link.
* `optional` - Whether the customer is required to complete the field before checking out. Defaults to `false`.

---

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