# `Stripe.Resources.Checkout.Session.CustomFields.Label`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/checkout/session.ex#L577)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Checkout.Session.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: 5000. Nullable.
* `type` - The type of the label. Possible values: `custom`.

---

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