interface DiscountCodeSetNameAction {
    action: "setName";
    name?: LocalizedString;
}

Properties

Properties

action: "setName"

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

Generated using TypeDoc