# shipping\_rate\_delivery\_estimate

From **Stripe API**.

- Type: `object`

## Properties

### `maximum`

- Required: false
- Nullable: true

The upper bound of the estimated range. If empty, represents no upper bound i.e., infinite.

### `minimum`

- Required: false
- Nullable: true

The lower bound of the estimated range. If empty, represents no lower bound.

## JSON Schema

```json
{"properties":{"maximum":{"anyOf":[{"$ref":"#/components/schemas/shipping_rate_delivery_estimate_bound"}],"description":"The upper bound of the estimated range. If empty, represents no upper bound i.e., infinite.","nullable":true},"minimum":{"anyOf":[{"$ref":"#/components/schemas/shipping_rate_delivery_estimate_bound"}],"description":"The lower bound of the estimated range. If empty, represents no lower bound.","nullable":true}},"title":"ShippingRateDeliveryEstimate","type":"object","x-expandableFields":["maximum","minimum"]}
```
