Setting/custom: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
TAXPERCENTAGEROOMONLY | TAXPERCENTAGEROOMONLY | ||
Examples: | '''Examples:''' | ||
CLEANINGFEE 100 | CLEANINGFEE 100 | ||
This will send a cleaning fee of 100 to this channel instead of the cleaning fee you have globally defined. | This will send a cleaning fee of 100 to this channel instead of the cleaning fee you have globally defined. | ||
CLEANINGFEE 0 | CLEANINGFEE 0 | ||
| Line 28: | Line 27: | ||
In this example the tax on room and fees is set to 0% and the tax on room only is set to 10%. i.e. no tax on fees | In this example the tax on room and fees is set to 0% and the tax on room only is set to 10%. i.e. no tax on fees | ||
'''Airbnb Children Policy''' | |||
CHILDRENNOTALLOWED Descriptive text explaining why do not allow children and/or infants. | |||
'''Airbnb House rules''' (Code with optional text) | |||
REQUIRESSTAIRS Optional descriptive text. | |||
POTENTIALNOISE Optional descriptive text. | |||
LIMITEDPARKING Optional descriptive text. | |||
SHAREDSPACES Optional descriptive text. | |||
LIMITEDAMENITIES Optional descriptive text. | |||
SURVEILLANCE Optional descriptive text. | |||
WEAPONS Optional descriptive text. | |||
ANIMALS Optional descriptive text. | |||
HASPETS Optional descriptive text. | |||
'''Example:''' | |||
CHILDRENNOTALLOWED Our stairs are not suitable for children. | |||
In this example the test for "Our stairs are not suitable for children." will be sent to Airbnb as explanation why you do not allow children and/or infants. | |||