Interface CustomerAddressCustomTypeRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerAddressCustomTypeRemovedMessagePayload extends MessagePayload

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


Example to create an instance using the builder pattern

     CustomerAddressCustomTypeRemovedMessagePayload customerAddressCustomTypeRemovedMessagePayload = CustomerAddressCustomTypeRemovedMessagePayload.builder()
             .build()