PropertyResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Property ID | [default to null] |
| vendor_id | Long | Vendor ID (property owner) | [default to null] |
| property_type_id | Long | Property type ID | [default to null] |
| name | String | Property name | [default to null] |
| slug | String | URL-friendly slug | [default to null] |
| description | String | Property description | [optional] [default to null] |
| instant_booking | Boolean | Whether instant booking is enabled | [default to null] |
| house_rules | String | House rules | [optional] [default to null] |
| is_active | Boolean | Whether the property is active | [default to null] |
| is_featured | Boolean | Whether the property is featured | [default to null] |
| amenities | List | List of amenities | [default to null] |
| cancellation_policy | CancellationPolicyResponse | Cancellation policy | [optional] [default to null] |
| photos | List | Property photos | [default to null] |
| created_at | String | Creation timestamp | [default to null] |
| updated_at | String | Last update timestamp | [default to null] |
| pricing | PropertyPricingInfo | Pricing information | [default to null] |
| location | PropertyLocationInfo | Location information | [default to null] |
| capacity | PropertyCapacityInfo | Capacity information | [default to null] |
| timing | PropertyTimingInfo | Timing configuration | [default to null] |
| rating | PropertyRatingInfo | Rating information | [default to null] |