# Delivery Schema
- [ Property `shipping_address`](#shipping_address)
- [ Property `street_address`](#shipping_address_street_address)
- [ Property `city`](#shipping_address_city)
- [ Property `state`](#shipping_address_state)
- [ Property `billing_address`](#billing_address)
- [ Property `delivery_info`](#delivery_info)
- [Property `classic`](#delivery_info_oneOf_i0)
- [ Property `price`](#delivery_info_oneOf_i0_price)
- [Property `gift`](#delivery_info_oneOf_i1)
- [ Property `with_wrap`](#delivery_info_oneOf_i1_with_wrap)
**Title:** Delivery Schema
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| | |
##  Property `shipping_address`
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| **Defined in** | #/definitions/address |
| | |
**Description:** Exact address
###  Property `street_address`
| Type | `string` |
| ---- | -------- |
| | |
###  Property `city`
| Type | `string` |
| ---- | -------- |
| | |
###  Property `state`
| Type | `string` |
| ---- | -------- |
| | |
##  Property `billing_address`
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| **Same definition as** | `[shipping_address](#shipping_address)` |
| | |
**Description:** Exact address
##  Property `delivery_info`
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| **Defined in** | #/definitions/delivery_info |
| | |
**Description:** Delivery info depending on the delivery type
| One of(Option) |
| ---------------------------------- |
| [classic](#delivery_info_oneOf_i0) |
| [gift](#delivery_info_oneOf_i1) |
| |
### Property `classic`
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| **Defined in** | #/definitions/classic |
| | |
####  Property `price`
| Type | `number` |
| ---- | -------- |
| | |
### Property `gift`
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| **Defined in** | #/definitions/gift |
| | |
**Description:** The delivery is a gift, no prices displayed
####  Property `with_wrap`
| Type | `boolean` |
| ---- | --------- |
| | |
----------------------------------------------------------------------------------------------------------------------------
Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on date