Interface BusinessUnitAddressCustomTypeRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface BusinessUnitAddressCustomTypeRemovedMessagePayload extends MessagePayload

Generated after removing a Custom Type from an address of a Business Unit using the Set Custom Type in Address update action.


Example to create an instance using the builder pattern

     BusinessUnitAddressCustomTypeRemovedMessagePayload businessUnitAddressCustomTypeRemovedMessagePayload = BusinessUnitAddressCustomTypeRemovedMessagePayload.builder()
             .build()