Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface Customer

    interface Customer {
        createdAt: string;
        customData?: CustomData;
        emailAddress?: string | null;
        id: string;
        name: string;
        phoneNumber?: string | null;
        reference?: string | null;
        suffix?: string | null;
        title?: string | null;
    }
    Index
    createdAt: string
    customData?: CustomData
    emailAddress?: string | null
    id: string
    name: string
    phoneNumber?: string | null
    reference?: string | null
    suffix?: string | null
    title?: string | null