# `Stripe.Params.ShippingRateCreateParams.DeliveryEstimate.Maximum`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/shipping_rate_create_params.ex#L50)

Nested parameters.

# `t`

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