@model PullPaymentsModel
@{
Layout = "../Shared/_NavLayout.cshtml";
ViewData.SetActivePageAndTitle(WalletsNavPages.PullPayments);
ViewData["Title"] = "Pull payments";
}
@if (TempData.HasStatusMessage())
{
}
@if (Model.HasDerivationSchemeSettings)
{
}
@foreach (var pp in Model.PullPayments)
{
}
Start
|
Name |
Refunded |
Actions |
@foreach (var pp in Model.PullPayments)
{
@pp.StartDate.ToBrowserDate() |
@pp.Name |
|
View - Payouts - Archive
|
}