Interface DiscountGroupSortOrderSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface DiscountGroupSortOrderSetMessagePayload extends MessagePayload

Generated after a successful Set SortOrder update action.


Example to create an instance using the builder pattern

     DiscountGroupSortOrderSetMessagePayload discountGroupSortOrderSetMessagePayload = DiscountGroupSortOrderSetMessagePayload.builder()
             .build()