@@ -16,7 +16,7 @@ type FareMasterPricerTravelBoardSearch struct {
16
16
GlobalOptions * AttributeType `xml:"globalOptions,omitempty"`
17
17
18
18
// Traveler Details
19
- PaxReference * TravellerReferenceInformationType `xml:"paxReference,omitempty"`
19
+ PaxReference [] * TravellerReferenceInformationType `xml:"paxReference,omitempty"`
20
20
21
21
// Customer references
22
22
CustomerRef * ConsumerReferenceInformationType `xml:"customerRef,omitempty"`
@@ -45,7 +45,7 @@ type FareMasterPricerTravelBoardSearch struct {
45
45
46
46
ValueSearch * ValueSearchCriteriaType `xml:"valueSearch,omitempty"`
47
47
48
- Itinerary * Itinerary `xml:"itinerary,omitempty"`
48
+ Itinerary [] * Itinerary `xml:"itinerary,omitempty"`
49
49
50
50
TicketChangeInfo * TicketChangeInfo `xml:"ticketChangeInfo,omitempty"`
51
51
@@ -404,7 +404,7 @@ type ArrivalLocationDetailsType struct {
404
404
// XMLName xml.Name `xml:"http://xml.amadeus.com/FMPTBQ_14_3_1A ArrivalLocationDetailsType"`
405
405
406
406
// For Radius: This is the length of the requested radius around the location of destination.
407
- Distance formats.NumericInteger_Length1To3 `xml:"distance,omitempty"`
407
+ Distance * formats.NumericInteger_Length1To3 `xml:"distance,omitempty"`
408
408
409
409
// Distance unit qualifier for radius
410
410
DistanceUnit formats.AlphaNumericString_Length0To3 `xml:"distanceUnit,omitempty"`
@@ -426,7 +426,7 @@ type ArrivalLocationDetailsType_120834C struct {
426
426
// XMLName xml.Name `xml:"http://xml.amadeus.com/FMPTBQ_14_3_1A ArrivalLocationDetailsType_120834C"`
427
427
428
428
// For Radius: This is the length of the requested radius around the location of origin.
429
- Distance formats.NumericInteger_Length1To3 `xml:"distance,omitempty"`
429
+ Distance * formats.NumericInteger_Length1To3 `xml:"distance,omitempty"`
430
430
431
431
// Distance unit qualifier for radius
432
432
DistanceUnit formats.AlphaNumericString_Length1To3 `xml:"distanceUnit,omitempty"`
@@ -1535,7 +1535,7 @@ type NumberOfUnitsType struct {
1535
1535
// XMLName xml.Name `xml:"http://xml.amadeus.com/FMPTBQ_14_3_1A NumberOfUnitsType"`
1536
1536
1537
1537
// NUMBER OF UNIT DETAILS
1538
- UnitNumberDetail * NumberOfUnitDetailsType_260583C `xml:"unitNumberDetail,omitempty"`
1538
+ UnitNumberDetail [] NumberOfUnitDetailsType_260583C `xml:"unitNumberDetail,omitempty"`
1539
1539
}
1540
1540
1541
1541
type NumberOfUnitsType_80154S struct {
@@ -1637,7 +1637,7 @@ type PricingTicketingInformationType struct {
1637
1637
// XMLName xml.Name `xml:"http://xml.amadeus.com/FMPTBQ_14_3_1A PricingTicketingInformationType"`
1638
1638
1639
1639
// Price type qualifier
1640
- PriceType formats.AlphaNumericString_Length0To3 `xml:"priceType,omitempty"`
1640
+ PriceType [] formats.AlphaNumericString_Length0To3 `xml:"priceType,omitempty"`
1641
1641
}
1642
1642
1643
1643
type ProductDateTimeTypeI struct {
@@ -2089,19 +2089,19 @@ type TravelFlightInformationType_185853S struct {
2089
2089
CabinId * CabinIdentificationType_233500C `xml:"cabinId,omitempty"`
2090
2090
2091
2091
// Company Identification
2092
- CompanyIdentity * CompanyIdentificationType_233548C `xml:"companyIdentity,omitempty"`
2092
+ CompanyIdentity [] * CompanyIdentificationType_233548C `xml:"companyIdentity,omitempty"`
2093
2093
2094
2094
// Type of flight details
2095
2095
FlightDetail * ProductTypeDetailsType_120801C `xml:"flightDetail,omitempty"`
2096
2096
2097
2097
// Details of included connect point
2098
- InclusionDetail * ConnectPointDetailsType_195492C `xml:"inclusionDetail,omitempty"`
2098
+ InclusionDetail [] * ConnectPointDetailsType_195492C `xml:"inclusionDetail,omitempty"`
2099
2099
2100
2100
// Further connection details
2101
- ExclusionDetail * ConnectPointDetailsType `xml:"exclusionDetail,omitempty"`
2101
+ ExclusionDetail [] * ConnectPointDetailsType `xml:"exclusionDetail,omitempty"`
2102
2102
2103
2103
// Added departed flights flag
2104
- UnitNumberDetail * NumberOfUnitDetailsTypeI `xml:"unitNumberDetail,omitempty"`
2104
+ UnitNumberDetail [] * NumberOfUnitDetailsTypeI `xml:"unitNumberDetail,omitempty"`
2105
2105
}
2106
2106
2107
2107
type TravelProductInformationTypeI struct {
@@ -2158,17 +2158,17 @@ type TravellerDetailsType struct {
2158
2158
Ref formats.NumericInteger_Length1To3 `xml:"ref,omitempty"`
2159
2159
2160
2160
// Traveller is an infant
2161
- InfantIndicator formats.NumericInteger_Length1To1 `xml:"infantIndicator,omitempty"`
2161
+ InfantIndicator * formats.NumericInteger_Length1To1 `xml:"infantIndicator,omitempty"`
2162
2162
}
2163
2163
2164
2164
type TravellerReferenceInformationType struct {
2165
2165
// XMLName xml.Name `xml:"http://xml.amadeus.com/FMPTBQ_14_3_1A TravellerReferenceInformationType"`
2166
2166
2167
2167
// Requested passenger type
2168
- Ptc formats.AlphaNumericString_Length1To6 `xml:"ptc,omitempty"`
2168
+ Ptc [] * formats.AlphaNumericString_Length1To6 `xml:"ptc,omitempty"`
2169
2169
2170
2170
// Traveller details
2171
- Traveller * TravellerDetailsType `xml:"traveller,omitempty"`
2171
+ Traveller [] TravellerDetailsType `xml:"traveller,omitempty"`
2172
2172
}
2173
2173
2174
2174
type UniqueIdDescriptionType struct {
0 commit comments