Interface BusinessUnitAddressCustomFieldRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface BusinessUnitAddressCustomFieldRemovedMessagePayload extends MessagePayload

Generated after removing a Custom Field from an address of a Business Unit using the Set Address CustomField update action.


Example to create an instance using the builder pattern

     BusinessUnitAddressCustomFieldRemovedMessagePayload businessUnitAddressCustomFieldRemovedMessagePayload = BusinessUnitAddressCustomFieldRemovedMessagePayload.builder()
             .name("{name}")
             .build()