interface ProductDiscountSetValidFromAction {
    action: "setValidFrom";
    validFrom?: string;
}

Properties

Properties

action: "setValidFrom"
validFrom?: string

Value to set. If empty, any existing value will be removed. Take Eventual Consistency into account for calculated discount values.

Generated using TypeDoc