@gradientedge/commercetools-utils
    Preparing search index...

    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 {
        addressId?: string;
        name: string;
        type: "BusinessUnitAddressCustomFieldAdded";
        value: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    addressId?: string

    id of the Address to which the Custom Field was added.

    name: string

    Name of the Custom Field that was added.

    type: "BusinessUnitAddressCustomFieldAdded"
    value: any

    The added CustomFieldValue based on the FieldType.