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

    Interface CustomerData

    Customer data for new customers

    interface CustomerData {
        customData?: CustomData;
        emailAddress: string;
        name: string;
        phoneNumber: string;
        reference?: string;
    }
    Index
    customData?: CustomData

    Custom data for the customer

    emailAddress: string

    Customer email address

    name: string

    Customer full name

    phoneNumber: string

    Customer phone number

    reference?: string

    External reference for the customer