@using BTCPayServer.Client @using BTCPayServer.Views.Stores @model BTCPayServer.Plugins.Wallets.Views.ViewModels.NewPullPaymentModel @{ var storeId = Context.GetStoreData().Id; ViewData.SetLayoutModel(new(nameof(StoreNavPages.PullPayments), StringLocalizer["Create Pull Payment"])); ViewData.SetBreadcrumbs([new(StringLocalizer["Pull Payments"], Action: nameof(BTCPayServer.Controllers.UIStorePullPaymentsController.PullPayments), RouteValues: new { storeId })]); } @section PageHeadContent { } @section PageFootContent { }
@foreach (var item in Model.PayoutMethodsItem) {
}

Additional Options

days