@model BTCPayServer.Models.InvoicingModels.CreateInvoiceModel @using BTCPayServer.Services.Apps @{ ViewData.SetActivePage(InvoiceNavPages.Create, "Create Invoice"); } @section PageFootContent { }
Custom data to correlate the invoice with an order. This data can be a simple text, number or JSON object, e.g. { "orderId": 615, "product": "Pizza" }
{ "orderId": 615, "product": "Pizza" }
Receive updates for this invoice.