Interface BusinessUnitCustomerGroupAssignmentRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface BusinessUnitCustomerGroupAssignmentRemovedMessagePayload extends MessagePayload

Generated after a successful Remove CustomerGroupAssignment update action.


Example to create an instance using the builder pattern

     BusinessUnitCustomerGroupAssignmentRemovedMessagePayload businessUnitCustomerGroupAssignmentRemovedMessagePayload = BusinessUnitCustomerGroupAssignmentRemovedMessagePayload.builder()
             .customerGroupAssignment(customerGroupAssignmentBuilder -> customerGroupAssignmentBuilder)
             .build()