# `PolarExpress.Schemas.CheckoutLinkCreate`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/checkout_link_create.ex#L2)

CheckoutLinkCreate union type.

# `t`

```elixir
@type t() ::
  PolarExpress.Schemas.CheckoutLinkCreateProductPrice.t()
  | PolarExpress.Schemas.CheckoutLinkCreateProduct.t()
  | PolarExpress.Schemas.CheckoutLinkCreateProducts.t()
```

# `schema_name`

---

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