Mayson Monorepo Documentation
    Preparing search index...
    interface ReaderSetReaderDisplayParams {
        type: "cart";
        cart?: Stripe.Terminal.ReaderSetReaderDisplayParams.Cart;
        expand?: string[];
    }
    Index

    Properties

    Properties

    type: "cart"

    Type of information to display. Only cart is currently supported.

    Cart details to display on the reader screen, including line items, amounts, and currency.

    expand?: string[]

    Specifies which fields in the response should be expanded.