# `Stripe.Resources.Product.PackageDimensions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/product.ex#L99)

Nested struct within the parent resource.

# `t`

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

* `height` - Height, in inches.
* `length` - Length, in inches.
* `weight` - Weight, in ounces.
* `width` - Width, in inches.

---

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