Documentation
    Preparing search index...

    Interface DossierHasTraveler

    interface DossierHasTraveler {
        apis: any[];
        birthDate: any;
        corporateID: any;
        createdAt: string;
        email: any;
        firstName: string;
        id: number;
        id_address: any;
        id_card: any;
        id_dossier: number;
        id_email: any;
        id_phone: any;
        id_profile: any;
        lastName: string;
        loyaltyCardCode: any;
        loyaltyCardTier: any;
        loyaltyCardType: any;
        osioin: any;
        pax_type: string;
        paxId: string;
        payment_type: any;
        phone: string;
        phoneExtension: any;
        profile: any;
        remarque_dossier: any[];
        service_aerial: ServiceAerial[];
        subscriptionCode: any;
        subscriptionType: any;
        ticket_aerial: any[];
        titleName: string;
        updatedAt: string;
    }
    Index

    Properties

    apis: any[]
    birthDate: any
    corporateID: any
    createdAt: string
    email: any
    firstName: string
    id: number
    id_address: any
    id_card: any
    id_dossier: number
    id_email: any
    id_phone: any
    id_profile: any
    lastName: string
    loyaltyCardCode: any
    loyaltyCardTier: any
    loyaltyCardType: any
    osioin: any
    pax_type: string
    paxId: string
    payment_type: any
    phone: string
    phoneExtension: any
    profile: any
    remarque_dossier: any[]
    service_aerial: ServiceAerial[]
    subscriptionCode: any
    subscriptionType: any
    ticket_aerial: any[]
    titleName: string
    updatedAt: string