Rate configuration information :
| Element | M | Type | Restrictions | Description | 
| @code | Y | String | Rate code | |
| @name | Y | String | 
 | |
| mealPlanConfig | Y | ComplexElement [1...N] | See definition | Information about the meal plans included in this rate | 
| property | N | ComplexElement [0...N] | See definition | Información about rate properties | 
Example RateConfig
<rateConfig code="1234”name="Hotel Test”>
<mealPlanConfig code="RO” name="Solo Alojamiento”/>
<mealPlanConfig code="AI” name="Todo Incluido”/>
<property code="NRE”>
<property code="RES”>
</rateConfig>
