Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 6dcd2af

Browse files
committed
Adding CustomerDeletedMessage
1 parent 95f1ddd commit 6dcd2af

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using commercetools.Sdk.Domain.Customers;
2+
3+
namespace commercetools.Sdk.Domain.Messages.Customers
4+
{
5+
[TypeMarker("CustomerDeleted")]
6+
public class CustomerDeletedMessage : Message<Customer>
7+
{
8+
public Customer Customer { get; set; }
9+
}
10+
}

0 commit comments

Comments
 (0)