# `Stripe.Params.ProductCreateParams.PackageDimensions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/product_create_params.ex#L201)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.ProductCreateParams.PackageDimensions{
  height: float() | nil,
  length: float() | nil,
  weight: float() | nil,
  width: float() | nil
}
```

* `height` - Height, in inches. Maximum precision is 2 decimal places.
* `length` - Length, in inches. Maximum precision is 2 decimal places.
* `weight` - Weight, in ounces. Maximum precision is 2 decimal places.
* `width` - Width, in inches. Maximum precision is 2 decimal places.

---

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