# `Stripe.Resources.ShippingRate.DeliveryEstimate.Maximum`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/shipping_rate.ex#L72)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.ShippingRate.DeliveryEstimate.Maximum{
  unit: String.t() | nil,
  value: integer() | nil
}
```

* `unit` - A unit of time. Possible values: `business_day`, `day`, `hour`, `month`, `week`.
* `value` - Must be greater than 0.

---

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