Last updated

ServiceExtraIdentificationInfo

Fields

FieldDescriptionTypeMin/maxNotes
TPA_Extensions/
ServiceExtraIdentificationInfo
Container for the CancelPenalty of the Serviceobject0..1Descendent 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.string1..1-
ServiceExtraIdentificationInfo/
@ServiceTypeName
Name of the type of the servicestring1..1-
ServiceExtraIdentificationInfo/
@AutoApproveEnabled
True/False in case the service needs approval or not.boolean0..1This 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.object0..*-

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>