Interface BusinessUnitAddressCustomFieldChangedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface BusinessUnitAddressCustomFieldChangedMessagePayload extends MessagePayload

Generated after changing an existing Custom Field on an address of a Business Unit using the Set Address CustomField update action.


Example to create an instance using the builder pattern

     BusinessUnitAddressCustomFieldChangedMessagePayload businessUnitAddressCustomFieldChangedMessagePayload = BusinessUnitAddressCustomFieldChangedMessagePayload.builder()
             .name("{name}")
             .build()