Worldline Connect Node.js SDK
    Preparing search index...

    Interface OrderLineDetails

    interface OrderLineDetails {
        discountAmount?: number | null;
        googleProductCategoryId?: number | null;
        lineAmountTotal?: number | null;
        naicsCommodityCode?: string | null;
        productCategory?: string | null;
        productCode?: string | null;
        productImageUrl?: string | null;
        productName?: string | null;
        productPrice?: number | null;
        productSku?: string | null;
        productType?: string | null;
        productUrl?: string | null;
        quantity?: number | null;
        taxAmount?: number | null;
        unit?: string | null;
    }
    Index

    Properties

    discountAmount?: number | null
    googleProductCategoryId?: number | null
    lineAmountTotal?: number | null
    naicsCommodityCode?: string | null
    productCategory?: string | null
    productCode?: string | null
    productImageUrl?: string | null
    productName?: string | null
    productPrice?: number | null
    productSku?: string | null
    productType?: string | null
    productUrl?: string | null
    quantity?: number | null
    taxAmount?: number | null
    unit?: string | null