Mayson Monorepo Documentation
    Preparing search index...
    interface LineItem {
        discount_amount: number;
        product_code: string;
        product_description: string;
        quantity: number;
        tax_amount: number;
        unit_cost: number;
    }
    Index

    Properties

    discount_amount: number
    product_code: string
    product_description: string
    quantity: number
    tax_amount: number
    unit_cost: number