interface TaxCategorySetKeyAction {
    action: "setKey";
    key?: string;
}

Properties

Properties

action: "setKey"
key?: string

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

Generated using TypeDoc