Interface CustomerAddressCustomFieldChangedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
CustomerAddressCustomFieldChangedMessagePayloadImpl

Generated after changing an existing Custom Field on the Address using the Set CustomField in Address update action.


Example to create an instance using the builder pattern

     CustomerAddressCustomFieldChangedMessagePayload customerAddressCustomFieldChangedMessagePayload = CustomerAddressCustomFieldChangedMessagePayload.builder()
             .name("{name}")
             .build()