Change triggered by the following update actions:

- [Set Valid From and Until](ctp:api:type:CartDiscountSetValidFromAndUntilAction) on Cart Discounts.
- [Set Valid From and Until](ctp:api:type:DiscountCodeSetValidFromAndUntilAction) on Discount Codes.
- [Set Valid From and Until](ctp:api:type:ProductDiscountSetValidFromAndUntilAction) on Product Discounts.
interface SetValidFromAndUntilChange {
    change: string;
    nextValue: ValidFromAndUntilValue;
    previousValue: ValidFromAndUntilValue;
    type: "SetValidFromAndUntilChange";
}

Properties

change: string

Value after the change.

previousValue: ValidFromAndUntilValue

Value before the change.

type: "SetValidFromAndUntilChange"