Documentation
    Preparing search index...

    Function getOrderViewRS

    • Parameters

      • rsBody: any

      Returns {
          AirlineDesigCode: any;
          bookingRef: any;
          DataLists: {
              BaggageAllowance: any[];
              ContactInfo: any[];
              OriginDest: any[];
              PaxJourney: any[];
              PaxList: any[];
              PaxSegment: any[];
              PriceClass: any[];
              ServiceDefinition: any[];
          };
          orderId: any;
          orderItems: any[];
          orderStatus: string;
          TicketDocInfos: any[];
          totalPrice: any;
          ttl: any;
      }