Interface CustomerAddressCustomTypeSetMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
CustomerAddressCustomTypeSetMessagePayloadImpl

Generated after a successful Set CustomType in Address update action.


Example to create an instance using the builder pattern

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