Documentation
    Preparing search index...

    Interface ProfileType

    interface ProfileType {
        accessibility: Accessibility;
        address: Address[];
        contact: any[];
        cost_center: any;
        createdAt: string;
        credit: Credit[];
        department: any;
        document: Document[];
        email: Email[];
        facturation: string;
        fidelity: Fidelity[];
        GuidTripstack: any;
        id: number;
        id_agence: number;
        id_legal: number;
        id_physical: number;
        id_role_configuration: any;
        id_sabre: any;
        id_siege: any;
        job_title: any;
        legal: Legal;
        mod_before_sale: boolean;
        phone: Phone[];
        physical: Physical;
        preference: Preference[];
        project_number: any;
        remarque: string;
        remarques: Remarque[];
        remarques_legal: RemarquesLegal[];
        see_checkout: boolean;
        sent_facturation: boolean;
        sent_suppliers: boolean;
        status: boolean;
        subscription: Subscription[];
        tarif: any[];
        updatedAt: string;
    }
    Index

    Properties

    accessibility: Accessibility
    address: Address[]
    contact: any[]
    cost_center: any
    createdAt: string
    credit: Credit[]
    department: any
    document: Document[]
    email: Email[]
    facturation: string
    fidelity: Fidelity[]
    GuidTripstack: any
    id: number
    id_agence: number
    id_legal: number
    id_physical: number
    id_role_configuration: any
    id_sabre: any
    id_siege: any
    job_title: any
    legal: Legal
    mod_before_sale: boolean
    phone: Phone[]
    physical: Physical
    preference: Preference[]
    project_number: any
    remarque: string
    remarques: Remarque[]
    remarques_legal: RemarquesLegal[]
    see_checkout: boolean
    sent_facturation: boolean
    sent_suppliers: boolean
    status: boolean
    subscription: Subscription[]
    tarif: any[]
    updatedAt: string