@gradientedge/commercetools-utils
    Preparing search index...

    Interface DiscountCodeSetMaxApplicationsAction

    interface DiscountCodeSetMaxApplicationsAction {
        action: "setMaxApplications";
        maxApplications?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setMaxApplications"
    maxApplications?: number

    Value to set.

    If empty, any existing value will be removed and the DiscountCode can be applied any number of times.