Interface DiscountCodeSetMaxApplicationsPerCustomerAction

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

Properties

action: "setMaxApplicationsPerCustomer"
maxApplicationsPerCustomer?: number

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

Generated using TypeDoc