-
Notifications
You must be signed in to change notification settings - Fork 0
Roomorama Property fields
Keang edited this page Oct 17, 2016
·
3 revisions
When parsing other supplier's properties, some fields are obvious, others are quite tricky. This doc will talk about the tricky ones.
Three fields handles cleaning services:
-
services_cleaning: boolean -
services_cleaning_required: boolean -
services_cleaning_rate: float
Below are the different scenarios and how to map the fields (with abbreviated field names):
| Scenario | cleaning? | required? | rate | amenities << free_cleaning |
|---|---|---|---|---|
| 1. There is free cleaning service or guest already paid (cleaning fee included in price) | false | nil | nil | deprecated |
| 2. There is cleaning service, guest have to pay later | true | true | 15 | deprecated |
| 3. There is optional cleaning service | true | false | 23 | deprecated |
| 4. There is no cleaning service | false | nil | nil | deprecated |