Interface BusinessUnitAddressRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface BusinessUnitAddressRemovedMessagePayload extends MessagePayload

Generated after a successful Remove Address update action.


Example to create an instance using the builder pattern

     BusinessUnitAddressRemovedMessagePayload businessUnitAddressRemovedMessagePayload = BusinessUnitAddressRemovedMessagePayload.builder()
             .address(addressBuilder -> addressBuilder)
             .build()