Interface BusinessUnitAddressCustomFieldAddedMessagePayload

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.

interface BusinessUnitAddressCustomFieldAddedMessagePayload {
    name: string;
    type: "BusinessUnitAddressCustomFieldAdded";
    value: any;
}

Properties

Properties

name: string

Name of the Custom Field that was added.

type: "BusinessUnitAddressCustomFieldAdded"
value: any

The added CustomFieldValue based on the FieldType.