Interface DiscountGroupSortOrderSetMessagePayload

Generated after a successful Set SortOrder update action.

interface DiscountGroupSortOrderSetMessagePayload {
    oldSortOrder?: string;
    sortOrder?: string;
    type: "DiscountGroupSortOrderSet";
}

Hierarchy (View Summary)

Properties

oldSortOrder?: string

sortOrder value of the DiscountGroup before the Set SortOrder update action.

sortOrder?: string

sortOrder value of the DiscountGroup after the Set SortOrder update action.

type: "DiscountGroupSortOrderSet"