namespace BTCPayServer.Payments { /// /// will always run when showing the checkout page /// public interface IGlobalCheckoutModelExtension { void ModifyCheckoutModel(CheckoutModelContext context); } }