feat(wallet): add current discount balance and change discount value to wallet history response DTOs and Protobuf definitions
This commit is contained in:
+4
@@ -20,6 +20,10 @@ public class GetAllUserWalletHistoryByFilterResponseDto
|
||||
public long CurrentNetworkBalance { get; set; }
|
||||
//تغییر موجودی شبکه
|
||||
public long ChangeNerworkValue { get; set; }
|
||||
//موجودی جاری اعتباری
|
||||
public long CurrentDiscountBalance { get; set; }
|
||||
//تغییر موجودی اعتباری
|
||||
public long ChangeDiscountValue { get; set; }
|
||||
//افزایشی؟
|
||||
public bool IsIncrease { get; set; }
|
||||
//شناسه ارجاع
|
||||
|
||||
+4
@@ -13,6 +13,10 @@ public class GetUserWalletHistoryResponseDto
|
||||
public long CurrentNetworkBalance { get; set; }
|
||||
//تغییر موجودی شبکه
|
||||
public long ChangeNerworkValue { get; set; }
|
||||
//موجودی جاری اعتباری
|
||||
public long CurrentDiscountBalance { get; set; }
|
||||
//تغییر موجودی اعتباری
|
||||
public long ChangeDiscountValue { get; set; }
|
||||
//افزایشی؟
|
||||
public bool IsIncrease { get; set; }
|
||||
//شناسه ارجاع
|
||||
|
||||
Reference in New Issue
Block a user