Interface CustomerAddressCustomTypeSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerAddressCustomTypeSetMessagePayload extends MessagePayload

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


Example to create an instance using the builder pattern

     CustomerAddressCustomTypeSetMessagePayload customerAddressCustomTypeSetMessagePayload = CustomerAddressCustomTypeSetMessagePayload.builder()
             .customFields(customFieldsBuilder -> customFieldsBuilder)
             .build()