Interface CustomerGroupAssignmentRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerGroupAssignmentRemovedMessagePayload extends MessagePayload

Generated after a successful Remove CustomerGroupAssignment update action.


Example to create an instance using the builder pattern

     CustomerGroupAssignmentRemovedMessagePayload customerGroupAssignmentRemovedMessagePayload = CustomerGroupAssignmentRemovedMessagePayload.builder()
             .customerGroupAssignment(customerGroupAssignmentBuilder -> customerGroupAssignmentBuilder)
             .build()