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

    Interface ProductLineItem

    interface ProductLineItem {
        about?: string;
        customData?: CustomData;
        id?: string;
        name: string;
        price: Price;
        quantity: number;
        reference?: string;
        taxCode?: string;
        type: ProductType;
    }

    Hierarchy

    Index
    about?: string

    Description of the product

    customData?: CustomData

    Arbitrary custom data

    id?: string

    Internal product ID for reconciliation

    name: string

    Product name

    price: Price
    quantity: number

    Quantity of the product

    reference?: string

    External reference for the product

    taxCode?: string

    Tax code (optional)

    Product type