Interface BusinessUnitStoreRemovedMessagePayload

interface BusinessUnitStoreRemovedMessagePayload {
    store: StoreKeyReference;
    type: "BusinessUnitStoreRemoved";
}

Properties

Properties

The Store that was removed from the Business Unit.

type: "BusinessUnitStoreRemoved"

Generated using TypeDoc