Mayson Monorepo Documentation
    Preparing search index...
    interface LineItem {
        adjustable_quantity?: Stripe.PaymentLinkUpdateParams.LineItem.AdjustableQuantity;
        id: string;
        quantity?: number;
    }
    Index

    Properties

    When set, provides configuration for this item's quantity to be adjusted by the customer during checkout.

    id: string

    The ID of an existing line item on the payment link.

    quantity?: number

    The quantity of the line item being purchased.