# shipping\_rate\_delivery\_estimate\_bound

From **Stripe API**.

- Type: `object`

## Properties

### `unit`

- Required: true
- Type: `string`
- Allowed values: `"business_day"`, `"day"`, `"hour"`, `"month"`, `"week"`

A unit of time.

### `value`

- Required: true
- Type: `integer`

Must be greater than 0.

## JSON Schema

```json
{"properties":{"unit":{"description":"A unit of time.","enum":["business_day","day","hour","month","week"],"type":"string"},"value":{"description":"Must be greater than 0.","type":"integer"}},"required":["unit","value"],"title":"ShippingRateDeliveryEstimateBound","type":"object","x-expandableFields":[]}
```
