Interface CustomerAddressCustomFieldRemovedMessagePayload

Generated after removing a Custom Field from an Address of a Customer using the Set CustomField in Address update action.

interface CustomerAddressCustomFieldRemovedMessagePayload {
    name: string;
    type: "CustomerAddressCustomFieldRemoved";
}

Properties

Properties

name: string

Name of the Custom Field that was removed.

type: "CustomerAddressCustomFieldRemoved"