Documentation
    Preparing search index...
    interface OffertList {
        cabin: Cabin;
        OfferExpirationDateTime: string;
        OfferID: string;
        OfferIdList: OfferIdList[];
        OwnerCode: string;
        PaxJourneyRefID: string;
        PJRefs?: Pjrefs;
        PriceClassRefID: string;
        TotalPrice: TotalPrice;
    }
    Index

    Properties

    cabin: Cabin
    OfferExpirationDateTime: string
    OfferID: string
    OfferIdList: OfferIdList[]
    OwnerCode: string
    PaxJourneyRefID: string
    PJRefs?: Pjrefs
    PriceClassRefID: string
    TotalPrice: TotalPrice