@model ParcelWeb.Core.Dto.Reports.WalletLedgerOutputReportDto @{ ViewBag.Title = "CustomerLedger"; }
| Date | TXN Type | Ref No# | Transaction Id | Credit | Debit | Balance | Description |
|---|---|---|---|---|---|---|---|
| Opening Balance | @Html.DisplayFor(model => model.OpeningBalance) | ||||||
No Transections Please Recharge your Wallet |
|||||||
| @item.createdAt | @item.Gateway | @item.TRXId | @item.Credit | @item.Debit | @item.Amount | @item.Description | |
| Closing Balance | @Html.DisplayFor(model => model.ClosingBalance) | ||||||