Mayson Monorepo Documentation
    Preparing search index...
    interface OptionalItem {
        adjustable_quantity?: Stripe.PaymentLinkCreateParams.OptionalItem.AdjustableQuantity;
        price: string;
        quantity: number;
    }
    Index

    Properties

    When set, provides configuration for the customer to adjust the quantity of the line item created when a customer chooses to add this optional item to their order.

    price: string

    The ID of the Price or Plan object.

    quantity: number

    The initial quantity of the line item created when a customer chooses to add this optional item to their order.