Interface OrderCustomerGroupSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin, OrderMessagePayload

public interface OrderCustomerGroupSetMessagePayload extends OrderMessagePayload

Generated after a successful Set Customer Group update action.


Example to create an instance using the builder pattern

     OrderCustomerGroupSetMessagePayload orderCustomerGroupSetMessagePayload = OrderCustomerGroupSetMessagePayload.builder()
             .build()