Mayson Monorepo Documentation
    Preparing search index...
    interface AdjustableQuantity {
        enabled: boolean;
        maximum?: number;
        minimum?: number;
    }
    Index

    Properties

    enabled: boolean

    Set to true if the quantity can be adjusted to any non-negative integer.

    maximum?: number

    The maximum quantity that can be set for the product.

    minimum?: number

    The minimum quantity that can be set for the product.