Interface BusinessUnitCustomTypeRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface BusinessUnitCustomTypeRemovedMessagePayload extends MessagePayload

Generated after removing a Custom Type from a Business Unit using the Set Custom Type update action.


Example to create an instance using the builder pattern

     BusinessUnitCustomTypeRemovedMessagePayload businessUnitCustomTypeRemovedMessagePayload = BusinessUnitCustomTypeRemovedMessagePayload.builder()
             .build()