A summary of the total cash spent on an invoice, group-able by month and year.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| airTotal | double | element | 0/1 | |||
| busTotal | double | element | 0/1 | |||
| carTotal | double | element | 0/1 | |||
| cruiseTotal | double | element | 0/1 | |||
| feeTotal | double | element | 0/1 | |||
| hotelTotal | double | element | 0/1 | |||
| insuranceTotal | double | element | 0/1 | |||
| invoice | invoice | element | 1/1 | required | ||
| miscTotal | double | element | 0/1 | |||
| month | int | element | 0/1 | |||
| railTotal | double | element | 0/1 | |||
| tourTotal | double | element | 0/1 | |||
| year | int | element | 0/1 | |||
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
<itinerarySpendSummary>
<railTotal>...</railTotal>
<tourTotal>...</tourTotal>
<cruiseTotal>...</cruiseTotal>
<insuranceTotal>...</insuranceTotal>
<busTotal>...</busTotal>
<airTotal>...</airTotal>
<hotelTotal>...</hotelTotal>
<carTotal>...</carTotal>
<miscTotal>...</miscTotal>
<month>...</month>
<year>...</year>
<feeTotal>...</feeTotal>
<invoice>
<itinerary>
<recordLocator>...</recordLocator>
<agentName>...</agentName>
<client/>
<office/>
<departureDate>...</departureDate>
<completionDate>...</completionDate>
<importDate>...</importDate>
<gds/>
<latest>...</latest>
<citySummary>...</citySummary>
<departureCity/>
<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/>
<observers/>
</itinerary>
<number>...</number>
<reservations>
<ticketNumber>...</ticketNumber>
<issueDate>...</issueDate>
<electronic>...</electronic>
<type/>
<status/>
<payments/>
<hidden>...</hidden>
<passengerName>...</passengerName>
<totalAmount>...</totalAmount>
<baseAmount>...</baseAmount>
<taxes/>
<vendor>...</vendor>
<addCollect>...</addCollect>
<commissionAmount>...</commissionAmount>
<refundable>...</refundable>
<exchangedTicketNumber>...</exchangedTicketNumber>
<fareCalculation>...</fareCalculation>
<endorsement>...</endorsement>
</reservations>
<lowFare>...</lowFare>
<highFare>...</highFare>
<agent>
<user/>
<agentCode>...</agentCode>
<office/>
<workEmail>...</workEmail>
<active>...</active>
<type>...</type>
<emailList>...</emailList>
<category>...</category>
<directLine>...</directLine>
<hours>...</hours>
<onlineAgent>...</onlineAgent>
<recheckEmails>...</recheckEmails>
<serviceFeesPct>...</serviceFeesPct>
<otherServiceFeesPct>...</otherServiceFeesPct>
<internationalAirCommissionPct>...</internationalAirCommissionPct>
<miscCommissionPct>...</miscCommissionPct>
<airCommissionPct>...</airCommissionPct>
<hotelCommissionPct>...</hotelCommissionPct>
<carCommissionPct>...</carCommissionPct>
<employeeType/>
<ticketingAgent>...</ticketingAgent>
<supportAgent>...</supportAgent>
<onsiteAgent>...</onsiteAgent>
</agent>
<airJustification>
<code>...</code>
<description>...</description>
<bcdCode>...</bcdCode>
</airJustification>
<hotelJustification>
<code>...</code>
<description>...</description>
<allowsHotelAttachment>...</allowsHotelAttachment>
<bcdCode>...</bcdCode>
</hotelJustification>
<carJustification>
<code>...</code>
<description>...</description>
</carJustification>
<feeJustification>
<code>...</code>
<description>...</description>
</feeJustification>
<assistingAgent>
<user/>
<agentCode>...</agentCode>
<office/>
<workEmail>...</workEmail>
<active>...</active>
<type>...</type>
<emailList>...</emailList>
<category>...</category>
<directLine>...</directLine>
<hours>...</hours>
<onlineAgent>...</onlineAgent>
<recheckEmails>...</recheckEmails>
<serviceFeesPct>...</serviceFeesPct>
<otherServiceFeesPct>...</otherServiceFeesPct>
<internationalAirCommissionPct>...</internationalAirCommissionPct>
<miscCommissionPct>...</miscCommissionPct>
<airCommissionPct>...</airCommissionPct>
<hotelCommissionPct>...</hotelCommissionPct>
<carCommissionPct>...</carCommissionPct>
<employeeType/>
<ticketingAgent>...</ticketingAgent>
<supportAgent>...</supportAgent>
<onsiteAgent>...</onsiteAgent>
</assistingAgent>
<issueDate>...</issueDate>
<id>...</id>
<version>...</version>
</invoice>
<id>...</id>
<version>...</version>
<violations/>
</itinerarySpendSummary>