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

    Interface BusinessUnitCustomFieldChangedMessagePayload

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

    interface BusinessUnitCustomFieldChangedMessagePayload {
        name: string;
        oldValue?: any;
        type: "BusinessUnitCustomFieldChanged";
        value: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    name: string

    Name of the Custom Field that changed.

    oldValue?: any

    CustomFieldValue based on the FieldType before the Set CustomField update action.

    type: "BusinessUnitCustomFieldChanged"
    value: any

    CustomFieldValue based on the FieldType after the Set CustomField update action.