|
1 | 1 | package Fare_MasterPricerTravelBoardSearchRequest_v16_3 // fmptbq143
|
2 | 2 |
|
3 |
| -import search "github.com/tmconsulting/amadeus-golang-sdk/structs/fare/masterPricerTravelBoardSearch" |
| 3 | +import ( |
| 4 | + search "github.com/tmconsulting/amadeus-golang-sdk/structs/fare/masterPricerTravelBoardSearch" |
| 5 | + "github.com/tmconsulting/amadeus-golang-sdk/structs/formats" |
| 6 | + "gitlab.teamc.io/tm-consulting/tmc24/avia/layer3/amadeus-agent-go/utils/convert" |
| 7 | +) |
4 | 8 |
|
5 | 9 | func MakeRequest(request *search.Request) *Request {
|
6 | 10 |
|
7 | 11 | var query = Request{
|
8 | 12 | NumberOfUnit: &NumberOfUnitsType{
|
9 |
| - UnitNumberDetail: []*NumberOfUnitDetailsType_260583C{ |
| 13 | + UnitNumberDetail: []*NumberOfUnitDetailsType_270113C{ |
10 | 14 | {
|
11 | 15 | NumberOfUnits: formats.NumericInteger_Length1To6(request.Passengers.ADT + request.Passengers.CHD),
|
12 | 16 | TypeOfUnit: formats.AlphaNumericString_Length1To3("PX"),
|
@@ -38,14 +42,14 @@ func MakeRequest(request *search.Request) *Request {
|
38 | 42 | },
|
39 | 43 | },
|
40 | 44 | },
|
41 |
| - FeeIdDescription: &CodedAttributeType{ |
42 |
| - FeeId: []*CodedAttributeInformationType_247829C{ |
| 45 | + FeeIdDescription: &CodedAttributeType_199259S{ |
| 46 | + FeeId: []*CodedAttributeInformationType_277155C{ |
43 | 47 | {FeeType: formats.AlphaNumericString_Length1To5("FFI"), FeeIdNumber: formats.AlphaNumericString_Length1To50("2")},
|
44 | 48 | {FeeType: formats.AlphaNumericString_Length1To5("UPH"), FeeIdNumber: formats.AlphaNumericString_Length1To50("6")},
|
45 | 49 | },
|
46 | 50 | },
|
47 | 51 | },
|
48 |
| - TravelFlightInfo: &TravelFlightInformationType_185853S{ |
| 52 | + TravelFlightInfo: &TravelFlightInformationType_199258S{ |
49 | 53 | CabinId: &CabinIdentificationType_233500C{
|
50 | 54 | CabinQualifier: formats.AlphaNumericString_Length1To2("MD"),
|
51 | 55 | Cabin: []formats.AlphaString_Length0To1{
|
|
0 commit comments