Mayson Monorepo Documentation
    Preparing search index...
    interface LineItem {
        amount: number;
        description: string;
        quantity: number;
    }
    Index

    Properties

    amount: number

    The price of the item in the smallest currency unit.

    description: string

    The description or name of the item.

    quantity: number

    The quantity of the line item being purchased.