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

    Interface DiscountCodeSetMaxApplicationsPerCustomerAction

    interface DiscountCodeSetMaxApplicationsPerCustomerAction {
        action: "setMaxApplicationsPerCustomer";
        maxApplicationsPerCustomer?: number;
    }

    Hierarchy (View Summary)

    Index
    action: "setMaxApplicationsPerCustomer"
    maxApplicationsPerCustomer?: number

    Value to set.

    If empty, any existing value will be removed and the DiscountCode can be applied any number of times.
    
    Each use also counts toward the `maxApplications` limit.
    
    This field does not limit discount applications for Orders created from a [Recurring Order](ctp:api:type:RecurringOrder).