Interface DiscountCodeSetMaxApplicationsAction

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

Properties

action: "setMaxApplications"
maxApplications?: number

Value to set. If empty, any existing value will be removed.

Generated using TypeDoc