@using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Views.Stores @model BTCPayServer.Models.WalletViewModels.NewPullPaymentModel @{ ViewData.SetActivePage(StoreNavPages.PullPayments, "New pull payment", Context.GetStoreData().Id); } @section PageHeadContent { } @section PageFootContent { }
@foreach (var item in Model.PaymentMethodItems) {
}

Additional Options

days