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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.ShippingRateCreateParams.DeliveryEstimate{
  maximum:
    Stripe.Params.ShippingRateCreateParams.DeliveryEstimate.Maximum.t() | nil,
  minimum:
    Stripe.Params.ShippingRateCreateParams.DeliveryEstimate.Minimum.t() | nil
}
```

* `maximum` - The upper bound of the estimated range. If empty, represents no upper bound i.e., infinite.
* `minimum` - The lower bound of the estimated range. If empty, represents no lower bound.

---

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