Documentation
    Preparing search index...
    Index

    Constructors

    • Parameters

      • controllerPath: any
      • __namedParameters: { path: any; soapAction: any }
      • name: any

      Returns BaseService

    Properties

    apiKey: string
    controllerPath: any
    name: any
    Party: {
        Participants: {
            Participant: {
                AggregatorParticipant: {
                    _attributes: { SequenceNumber: string };
                    AggregatorID: string;
                    Name: string;
                };
            };
        };
        Sender: {
            TravelAgencySender: {
                AgencyID: any;
                Contacts: {
                    Contact: {
                        AddressContact: { CityName: any; CountryCode: string; Street: any };
                        EmailContact: { Address: any };
                        Name: { Given: any; Surname: any };
                        PhoneContact: { Application: string; Number: any };
                    };
                };
                IATA_Number: any;
                Name: any;
            };
        };
    }
    path: any
    soapAction: any

    Methods

    • Parameters

      • req: any
      • res: any
      • _next: any

      Returns Promise<void>

    • Parameters

      • Party: any
      • data: any
      • route: any
      • type: any
      • request: any = data

      Returns Promise<void>