Mayson Monorepo Documentation
    Preparing search index...
    interface Receipt {
        description: string;
        quantity: number;
        total: number;
        unit_cost: number;
    }
    Index

    Properties

    description: string

    The description of the item. The maximum length of this field is 26 characters.

    quantity: number

    The quantity of the item.

    total: number

    The total for this line item in cents.

    unit_cost: number

    The unit cost of the item in cents.