Interface CustomerAddressRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerAddressRemovedMessagePayload extends MessagePayload

Generated after a successful Remove Address update action.


Example to create an instance using the builder pattern

     CustomerAddressRemovedMessagePayload customerAddressRemovedMessagePayload = CustomerAddressRemovedMessagePayload.builder()
             .address(addressBuilder -> addressBuilder)
             .build()