Change triggered by the Remove DiscountCode update action.

interface RemoveDiscountCodeChange {
    change: string;
    previousValue: DiscountCodeInfo;
    type: "RemoveDiscountCodeChange";
}

Properties

change: string
previousValue: DiscountCodeInfo

Value before the change.

type: "RemoveDiscountCodeChange"