CreateBookingRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| property_id | Long | Property ID to book | [default to null] |
| check_in_date | String | Check-in date | [default to null] |
| check_out_date | String | Check-out date | [default to null] |
| number_of_adults | Integer | Number of adult guests | [default to null] |
| number_of_children | Integer | Number of child guests | [default to null] |
| number_of_infants | Integer | Number of infant guests | [default to null] |
| number_of_pets | Integer | Number of pets | [default to null] |
| special_requests | String | Special requests from guest | [optional] [default to null] |
| guests | List | List of guest information | [default to null] |
| payment_method | String | Payment method identifier | [default to null] |
| coupon_code | String | Coupon code for discount | [optional] [default to null] |