@using BTCPayServer.Client @using BTCPayServer.Views.Stores @model BTCPayServer.Models.WalletViewModels.NewPullPaymentModel @{ var storeId = Context.GetStoreData().Id; ViewData.SetActivePage(StoreNavPages.PullPayments, "Create Pull Payment", storeId); } @section PageHeadContent { } @section PageFootContent { }
@foreach (var item in Model.PayoutMethodsItem) {
}

Additional Options

days