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

    Interface LineItemGroup

    Line item group summarizing items and totals

    interface LineItemGroup {
        lineItems: LineItem[];
        total: Amount;
    }
    Index
    lineItems: LineItem[]
    total: Amount