Update payment status type to PaymentMethod enum
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
using BackOffice.BFF.UserOrder.Protobuf.Protos.UserOrder;
|
||||
using MetaData = BackOffice.BFF.Application.Common.Models.MetaData;
|
||||
|
||||
namespace BackOffice.BFF.Application.UserOrderCQ.Queries.GetAllUserOrderByFilter;
|
||||
public class GetAllUserOrderByFilterResponseDto
|
||||
{
|
||||
@@ -19,7 +22,7 @@ public class GetAllUserOrderByFilterResponseModel
|
||||
//شناسه تراکنش
|
||||
public long? TransactionId { get; set; }
|
||||
//وضعیت پرداخت (true برای Success)
|
||||
public bool PaymentStatus { get; set; }
|
||||
public PaymentMethod PaymentStatus { get; set; }
|
||||
//تاریخ پرداخت
|
||||
public DateTime? PaymentDate { get; set; }
|
||||
//شناسه کاربر
|
||||
|
||||
Reference in New Issue
Block a user