Mayson Monorepo Documentation
    Preparing search index...
    interface Cart {
        currency: string;
        line_items: Stripe.Terminal.ReaderSetReaderDisplayParams.Cart.LineItem[];
        tax?: number;
        total: number;
    }
    Index

    Properties

    currency: string

    Three-letter ISO currency code, in lowercase. Must be a supported currency.

    Array of line items to display.

    tax?: number

    The amount of tax in the smallest currency unit.

    total: number

    Total balance of cart due in the smallest currency unit.