@nosto/nosto-js

    Interface OrderInfo

    interface OrderInfo {
        country_code: string;
        customer_id: string;
        customer_reference?: string;
        email?: string;
        first_name?: string;
        last_name?: string;
        newsletter?: boolean;
        order_number: string;
        phone_number: string;
        type: string;
        zip_code: string;
    }
    Index

    Properties

    country_code: string
    customer_id: string
    customer_reference?: string
    email?: string
    first_name?: string
    last_name?: string
    newsletter?: boolean
    order_number: string
    phone_number: string
    type: string
    zip_code: string
    MMNEPVFCICPMFPCPTTAAATR