Documentation
    Preparing search index...
    interface OrderItem {
        Fare: Fare[];
        FarePriceType: FarePriceType;
        MandatoryInd: string;
        OfferItemID: string;
        PaxRefID: string[];
        Price: Price2;
        service: Service;
    }
    Index

    Properties

    Fare: Fare[]
    FarePriceType: FarePriceType
    MandatoryInd: string
    OfferItemID: string
    PaxRefID: string[]
    Price: Price2
    service: Service