GreenField: Invoice API

This commit is contained in:
Kukks
2020-07-22 13:58:41 +02:00
committed by nicolas.dorier
parent 8239fd7e0e
commit 34e76494e3
11 changed files with 509 additions and 4 deletions

View File

@@ -1,10 +1,13 @@
using System;
using System.Collections.Generic;
using BTCPayServer.Client.Models;
using BTCPayServer.Payments;
using BTCPayServer.Payments.Bitcoin;
using BTCPayServer.Services.Invoices;
using NBitcoin;
using Newtonsoft.Json;
using BuyerInformation = BTCPayServer.Services.Invoices.BuyerInformation;
using ProductInformation = BTCPayServer.Services.Invoices.ProductInformation;
namespace BTCPayServer.Models.InvoicingModels
{