| Name | Description | Type | Additional information |
|---|---|---|---|
| BookingId |
Unique ID of booking at marina |
integer |
None. |
| PendingBookingId |
Unique ID of pending booking at marina, only bookingID or pendingBookingID will contain a value |
integer |
None. |
| BoatNo |
ID of boat the booking is for |
integer |
None. |
| BoatName |
As name suggests |
string |
None. |
| ArrivalDate |
As name suggests |
string |
None. |
| DepartureDate |
As name suggests |
string |
None. |
| Marina |
As name suggests |
string |
None. |
| MarinaCode |
As name suggests |
string |
None. |
| Paid |
Indicates if the booking has been paid |
boolean |
None. |
| OriginalBookingValue |
Original value of the booking before free days taken off |
decimal number |
None. |
| BookingValue |
Value of the booking after any free days are taken off |
decimal number |
None. |
| FreeNightsToUse |
Free nights to use |
integer |
None. |
| Confirmed |
Flag indicating if the booking has been confirmed or not |
boolean |
None. |
| Cancelled |
Flag indicating if the booking has been cancelled or not |
boolean |
None. |
| Status |
Indicates the status of the booking - confirmed, awaiting update, waiting list, declined, cancelled |
string |
None. |
| feeBreakdown |
A breakdown of the booking's total fee. This will always contain at least one element, representing the base mooring fees, even if the value is zero. |
Collection of CustomerBookingFeeBreakdownModel |
None. |