Difference between revisions of "Setting/custom"
Markkinchin (talk | contribs) |
|||
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. |
Revision as of 15:00, 18 August 2018
Custom values can be defined to specify specific values for this channel only. This will override the values you have set generally. Add the parameters one per line. Available parameters are:
CLEANINGFEE
SECURITYDEPOSIT
TAXPERCENTAGE
TAXPERCENTAGEROOMONLY
Examples:
CLEANINGFEE 100
This will send a cleaning fee of 100 to this channel instead of the cleaning fee you have globally defined.
CLEANINGFEE 0
This will send no cleaning fee to this channel instead of the cleaning fee you have globally defined.
TAXPERCENTAGE 0
TAXPERCENTAGEROOMONLY 10
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.