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

    Properties

    amount: number

    The amount of the line item. A positive integer in the smallest currency unit.

    description: string

    Description of the line item.

    quantity: number

    The quantity of the line item.