# `Stripe.Params.Checkout.SessionCreateParams.CustomFields.Label`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/checkout/session_create_params.ex#L449)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Checkout.SessionCreateParams.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*
