# `Stripe.Params.PaymentLinkCreateParams.CustomFields.Label`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_link_create_params.ex#L264)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentLinkCreateParams.CustomFields.Label{
  custom: String.t() | nil,
  type: String.t() | nil
}
```

* `custom` - Custom text for the label, displayed to the customer. Up to 50 characters. Max length: 50.
* `type` - The type of the label. Possible values: `custom`.

---

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