Interface CustomerGroupSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerGroupSetMessagePayload extends MessagePayload

Generated after a successful Set Customer Group update action.


Example to create an instance using the builder pattern

     CustomerGroupSetMessagePayload customerGroupSetMessagePayload = CustomerGroupSetMessagePayload.builder()
             .build()