Interface CustomerAddressCustomTypeRemovedMessagePayload

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

interface CustomerAddressCustomTypeRemovedMessagePayload {
    previousTypeId?: string;
    type: "CustomerAddressCustomTypeRemoved";
}

Properties

previousTypeId?: string

id of the Custom Type that was removed. Absent if there was no previous Custom Type present.

type: "CustomerAddressCustomTypeRemoved"