feat(wallet): add current discount balance and change discount value to wallet history response DTOs and Protobuf definitions

This commit is contained in:
masoodafar-web
2026-06-20 23:31:29 +03:30
parent 02b2966e96
commit 758640cce3
5 changed files with 14 additions and 1 deletions
@@ -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; }
//شناسه ارجاع
@@ -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; }
//شناسه ارجاع