A travel policy display is a short summary of what the agent should pay attention to for the account"s travel policy. An account"s travel policy should be the result of a list of these texts. If none of these are created, the travel policy will automatically build bulletpoints from the actual travel policy record. Created by nick on 2/17/17.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| order | int | element | 1/1 | required int | The order in which this bulletpoint should be in the list. 0 is earlier than 1. | |
| policy | travelPolicy | element | 0/1 | The policy that this display is describing. | ||
| text | string | element | 0/1 | A short summary of text that explains to the agent what to do for a particular booking type. | ||
Properties inherited from baseHibernateEntity |
||||||
| id | long | element | 0/1 | The unique internal ID of the object. | ||
| version | long | element | 0/1 | For internal use only. This is the serialization recorder for optimistic locking of several objects between sessions. | ||
Properties inherited from baseEntity |
||||||
| violations | list of simpleViolation | element | 0/unbounded | A list of constraint violations, if any, that this object has. | ||
Example
<travelPolicyDisplay>
<order>...</order>
<text>...</text>
<policy>
<client>
<status/>
<parentClient/>
<accountNumber>...</accountNumber>
<name>...</name>
<type/>
</client>
<name>...</name>
<modified>...</modified>
<ruleClasses>
<message>...</message>
<action/>
<rules/>
<reviewer/>
<addMessage>...</addMessage>
<queue/>
<override>...</override>
</ruleClasses>
<domesticCountries>
<name>...</name>
<code>...</code>
<codeAlt>...</codeAlt>
<phoneCode>...</phoneCode>
<position>...</position>
</domesticCountries>
<stopsLLF>
<name>...</name>
</stopsLLF>
<contractCarriersOnlyLLF>...</contractCarriersOnlyLLF>
<timeWindowLLF>...</timeWindowLLF>
<advancedPurchaseLLF>...</advancedPurchaseLLF>
<defaultAction>
<name>...</name>
<description>...</description>
<possibleReviewers/>
</defaultAction>
<refundabilityLLF>
<name>...</name>
</refundabilityLLF>
<defaultReviewer>
<name>...</name>
</defaultReviewer>
<id>...</id>
<version>...</version>
</policy>
<id>...</id>
<version>...</version>
<violations/>
</travelPolicyDisplay>