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

Nested struct within the parent resource.

# `t`

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

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

---

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