Documentation
    Preparing search index...
    • Parameters

      Returns
          | {
              DataLists: {
                  BaggageAllowance: any[];
                  ContactInfo: any[];
                  OriginDest: any[];
                  PaxJourney: any[];
                  PaxList: any[];
                  PaxSegment: any[];
                  PriceClass: any[];
                  ServiceDefinition: any[];
              };
              Order: {};
              PaymentInfo: any;
              Warning: {};
          }
          | { error: { code: any; description: any; statusText: any; type: any } }
          | {
              DataLists: {
                  BaggageAllowanceList: { BaggageAllowance: any[] };
                  ContactInfoList: { ContactInfo: any[] };
                  OriginDestList: { OriginDest: any[] };
                  PaxJourneyList: { PaxJourney: any[] };
                  PaxList: { Pax: any[] };
                  PaxSegmentList: { PaxSegment: any[] };
                  PriceClassList: { PriceClass: any[] };
                  ServiceDefinitionList: { ServiceDefinition: any[] };
              };
              Order: { OrderItem: any[] };
              OrderID: any;
              PaymentInfo: any[];
              Warning: any[];
          }