The calculated totals from all the details records that belong to the summary record.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| airHardQuantity | long | element | 0/1 | |||
| airSavings | double | element | 0/1 | min: 0 | the air savings | |
| airSoftQuantity | long | element | 0/1 | |||
| carHardQuantity | long | element | 0/1 | |||
| carSavings | double | element | 0/1 | min: 0 | the car savings | |
| carSoftQuantity | long | element | 0/1 | |||
| hotelHardQuantity | long | element | 0/1 | |||
| hotelSavings | double | element | 0/1 | min: 0 | the hotel savings | |
| hotelSoftQuantity | long | element | 0/1 | |||
| itinerary | itinerary | element | 1/1 | required | ||
| lastUpdated | dateTime | element | 0/1 | |||
| miscHardQuantity | long | element | 0/1 | |||
| miscSavings | double | element | 0/1 | min: 0 | the miscellaneous savings | |
| miscSoftQuantity | long | element | 0/1 | |||
| savingsType | savingsType | element | 1/1 | required | The type of savings that this record represents, void, non void or both | |
| totalSavings | double | element | 0/1 | min: 0 | the total savings | |
| voidSavings | double | element | 0/1 | min: 0 | the void savings | |
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
<itinerarySavingsSummary>
<totalSavings>...</totalSavings>
<airSavings>...</airSavings>
<carSavings>...</carSavings>
<hotelSavings>...</hotelSavings>
<voidSavings>...</voidSavings>
<miscSavings>...</miscSavings>
<savingsType>
<code>...</code>
<id>...</id>
<version>...</version>
</savingsType>
<airHardQuantity>...</airHardQuantity>
<carHardQuantity>...</carHardQuantity>
<hotelHardQuantity>...</hotelHardQuantity>
<miscHardQuantity>...</miscHardQuantity>
<airSoftQuantity>...</airSoftQuantity>
<carSoftQuantity>...</carSoftQuantity>
<hotelSoftQuantity>...</hotelSoftQuantity>
<miscSoftQuantity>...</miscSoftQuantity>
<itinerary>
<recordLocator>...</recordLocator>
<agentName>...</agentName>
<client>
<status/>
<parentClient/>
<accountNumber>...</accountNumber>
<name>...</name>
<type/>
</client>
<office>
<pcc>...</pcc>
<name>...</name>
<address1>...</address1>
<address2>...</address2>
<address3>...</address3>
<city>...</city>
<state>...</state>
<zip>...</zip>
<parentCompany/>
<active>...</active>
<branch>...</branch>
<clientPrefix>...</clientPrefix>
<profileSettings/>
<afterHoursNumber>...</afterHoursNumber>
<collectVoidLogs>...</collectVoidLogs>
<gds/>
<arcNumber>...</arcNumber>
<logo>...</logo>
<logoLink>...</logoLink>
<afterHoursInternationalNumber>...</afterHoursInternationalNumber>
<tollFreeNumber>...</tollFreeNumber>
<phoneNumber>...</phoneNumber>
<onlineOffice/>
<showTmcAppLinks>...</showTmcAppLinks>
<vipTollFree>...</vipTollFree>
<vipAfterHours>...</vipAfterHours>
<cityCode/>
<tmcHeadQuarters>...</tmcHeadQuarters>
</office>
<departureDate>...</departureDate>
<completionDate>...</completionDate>
<importDate>...</importDate>
<gds>
<code>...</code>
<name>...</name>
<enabled>...</enabled>
</gds>
<latest>...</latest>
<citySummary>...</citySummary>
<departureCity>
<code>...</code>
<countryCode>...</countryCode>
<latitude>...</latitude>
<longitude>...</longitude>
<name>...</name>
<stateOrCountry>...</stateOrCountry>
<airportName>...</airportName>
<region/>
<timeZone/>
<retentionOnly>...</retentionOnly>
<position>...</position>
<unique>...</unique>
<alias>...</alias>
</departureCity>
<arrivalCity>
<code>...</code>
<countryCode>...</countryCode>
<latitude>...</latitude>
<longitude>...</longitude>
<name>...</name>
<stateOrCountry>...</stateOrCountry>
<airportName>...</airportName>
<region/>
<timeZone/>
<retentionOnly>...</retentionOnly>
<position>...</position>
<unique>...</unique>
<alias>...</alias>
</arrivalCity>
<arrivalDate>...</arrivalDate>
<utcArrivalDate>...</utcArrivalDate>
<startDate>...</startDate>
<endDate>...</endDate>
<purpose>...</purpose>
<explanation>...</explanation>
<authorizationCode>...</authorizationCode>
<costCenterCode>...</costCenterCode>
<departmentCode>...</departmentCode>
<clientCode>...</clientCode>
<regionCode>...</regionCode>
<billable>...</billable>
<travelerCode>...</travelerCode>
<managerCode>...</managerCode>
<projectCode>...</projectCode>
<status>
<name>...</name>
<position>...</position>
</status>
<observers>
<status/>
<parentClient/>
<accountNumber>...</accountNumber>
<name>...</name>
<type/>
</observers>
<id>...</id>
<version>...</version>
</itinerary>
<lastUpdated>...</lastUpdated>
<id>...</id>
<version>...</version>
<violations/>
</itinerarySavingsSummary>