Interface CustomerGroupSetMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
CustomerGroupSetMessagePayloadImpl

Generated after a successful Set Customer Group update action.


Example to create an instance using the builder pattern

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