Skip to content

Commit 507c981

Browse files
committed
feat ✨ : add publish order confirmed dto
1 parent 91ab2e9 commit 507c981

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
namespace Florage.Shared.Dtos.Notifications
2+
{
3+
public class PublishOrderConfirmedDto
4+
{
5+
public string OrderId { get; set; } = string.Empty;
6+
public string UserName { get; set; } = string.Empty;
7+
public string UserEmail { get; set; } = string.Empty;
8+
public string UserPhoneNumber { get; set; } = string.Empty;
9+
public float Price { get; set; }
10+
}
11+
}

0 commit comments

Comments
 (0)