Class StoreDeletedEventData
Represents payload of the StoreDeletedEvent.
public class StoreDeletedEventData
- Inheritance
-
StoreDeletedEventData
- Inherited Members
Properties
StoreId
ID of the deleted Store.
public string StoreId { get; set; }