Interface BusinessUnitAddressCustomFieldAddedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface BusinessUnitAddressCustomFieldAddedMessagePayload extends MessagePayload

Generated after adding a Custom Field to an address of a Business Unit using the Set Address CustomField update action. If a Custom Field already exists with the same name, a BusinessUnitAddressCustomFieldChanged Message is generated instead.


Example to create an instance using the builder pattern

     BusinessUnitAddressCustomFieldAddedMessagePayload businessUnitAddressCustomFieldAddedMessagePayload = BusinessUnitAddressCustomFieldAddedMessagePayload.builder()
             .name("{name}")
             .build()