| Name | Type | Required | Max Length | Description |
|---|---|---|---|---|
| BookingID | Int32 | ✓ |
N/A | |
| PackageID | Int32 | ✓ |
N/A | Package ID |
| PackageName | String | N/A | Package Name | |
| PackagePrice | Decimal | ✓ |
N/A | Package Price |
| RepresentativeId | Int32 | ✓ |
N/A | Representative ID |
| CustomerNote | String | N/A | Customer Note | |
| HotelStayLength | Int32 | N/A | Hotel Stay Lenght | |
| UserID | String | N/A | ||
| Customer | CustomerModel | N/A | ||
| Tour | BookingTourModel | N/A | ||
| Hotel | BookingHotelModel | N/A | ||
| Gifts | List<GiftModel> | N/A |