# Bay

| Attribute                | Type    | Description                                                                                   |
| ------------------------ | ------- | --------------------------------------------------------------------------------------------- |
| id                       | integer | ID of the sale                                                                                |
| branch\_id               | integer | Branch unique identifier                                                                      |
| resource\_id             | integer | Resource unique identifier                                                                    |
| order                    | integer | Order used for displaying in list                                                             |
| name                     | text    | Name of the bay                                                                               |
| initials                 | text    | Initials of the technician                                                                    |
| bay\_type                | integer | Type of bay (1 = Allow billing, 2 = Warn billing, 3 = Prevent billing)                        |
| vehicle\_types           | text    | Vehicle types separated by a comma (1 = Car, 2 = Bus, 3 = Truck, 4 = Motorcycle, 5 = Trailer) |
| cost                     | float   | Cost used for billing                                                                         |
| lunch\_name              | text    | Name displayed in the lunch cell                                                              |
| lunch\_start             | time    | Lunch starting time                                                                           |
| lunch\_end               | time    | Lunch ending time                                                                             |
| has\_lunch               | integer | Is lunch enabled                                                                              |
| client\_can\_schedule    | integer | Can client schedule this bay using the external website                                       |
| out\_of\_business\_hours | integer | Allow appointments out of business hours                                                      |
| disabled                 | integer | Disable this bay                                                                              |
