Change triggered by the following update actions:

- [Set Name](ctp:api:type:DiscountCodeSetNameAction) on Discount Codes.
- [Set State Name](ctp:api:type:StateSetNameAction) on States.
- [Set Name](ctp:api:type:StoreSetNameAction) on Stores.
interface SetLocalizedNameChange {
    change: string;
    nextValue: LocalizedString;
    previousValue: LocalizedString;
    type: "SetLocalizedNameChange";
}

Properties

change: string
nextValue: LocalizedString

Value after the change.

previousValue: LocalizedString

Value before the change.

type: "SetLocalizedNameChange"