Documentation
Preparing search index...
utils/TRANSAVIA/order/orderRetrieve.utils
formatRetrieve
Function formatRetrieve
formatRetrieve
(
sessionResponse
:
any
,
)
:
{
DataLists
:
{
BaggageAllowanceList
:
{
BaggageAllowance
:
any
}
;
ContactInfoList
:
{
ContactInfo
:
{
ContactInfo
:
{
ContactInfoID
:
{
_text
:
any
}
}
;
EmailAddress
:
{
EmailAddressText
:
{
_text
:
any
}
}
;
Phone
:
{
PhoneNumber
:
{
_text
:
any
}
}
;
}
;
}
;
OriginDestList
:
{
OriginDest
:
any
}
;
PaxJourneyList
:
{
PaxJourney
:
any
}
;
PaxList
:
|
{
Pax
?:
undefined
}
|
{
Pax
:
{
Individual
:
{
GivenName
:
{
_text
:
any
}
;
Surname
:
{
_text
:
any
}
}
;
PaxID
:
{
_text
:
any
}
;
PTC
:
{
_text
:
any
}
;
}
;
}
;
PaxSegmentList
:
{
PaxSegment
:
any
}
;
PriceClassList
:
{
PriceClass
:
any
}
;
ServiceDefinitionList
:
{
ServiceDefinition
:
any
[]
}
;
}
;
Order
:
{
OrderItem
:
any
}
;
}
Parameters
sessionResponse
:
any
Returns
{
DataLists
:
{
BaggageAllowanceList
:
{
BaggageAllowance
:
any
}
;
ContactInfoList
:
{
ContactInfo
:
{
ContactInfo
:
{
ContactInfoID
:
{
_text
:
any
}
}
;
EmailAddress
:
{
EmailAddressText
:
{
_text
:
any
}
}
;
Phone
:
{
PhoneNumber
:
{
_text
:
any
}
}
;
}
;
}
;
OriginDestList
:
{
OriginDest
:
any
}
;
PaxJourneyList
:
{
PaxJourney
:
any
}
;
PaxList
:
|
{
Pax
?:
undefined
}
|
{
Pax
:
{
Individual
:
{
GivenName
:
{
_text
:
any
}
;
Surname
:
{
_text
:
any
}
}
;
PaxID
:
{
_text
:
any
}
;
PTC
:
{
_text
:
any
}
;
}
;
}
;
PaxSegmentList
:
{
PaxSegment
:
any
}
;
PriceClassList
:
{
PriceClass
:
any
}
;
ServiceDefinitionList
:
{
ServiceDefinition
:
any
[]
}
;
}
;
Order
:
{
OrderItem
:
any
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...