ServiceExtraIdentificationInfo
Fields
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
TPA_Extensions/ServiceExtraIdentificationInfo | Container for the CancelPenalty of the Service | object | 0..1 | Descendent of Service |
ServiceExtraIdentificationInfo /@Title | The Title of the Service, added by the partner. This text will be in the main local language of the partner. | string | 1..1 | - |
ServiceExtraIdentificationInfo /@ServiceTypeName | Name of the type of the service | string | 1..1 | - |
ServiceExtraIdentificationInfo /@AutoApproveEnabled | True/False in case the service needs approval or not. | boolean | 0..1 | This will only be existing for the instay services. The addons are by default always auto approved. |
ServiceExtraIdentificationInfo /Attribute | Atrributes for the service that the reservation happened on. Its in the form of key/value pairs. | object | 0..* | - |
XML
<ServiceExtraIdentificationInfo Title="Champagne" ServiceTypeName="champagne" AutoApproveEnabled="True" > <Attribute key="champagne_specifics_more">This service includes a bottle of cava (Catalan champagne), strawberries with chocolate, and a sensual kit.</Attribute> <Attribute key="moderation">1</Attribute> </ServiceExtraIdentificationInfo>