Change column order

This commit is contained in:
nicolas.dorier 2018-12-18 21:44:51 +09:00
parent 93113fd871
commit 9ca85ed365

View file

@ -110,10 +110,10 @@ namespace BTCPayServer.Services.Invoices.Export
public DateTime InvoiceMonitoringDate { get; set; }
public string PaymentId { get; set; }
public string CryptoCode { get; set; }
public string Destination { get; set; }
public string PaymentType { get; set; }
public string Paid { get; set; }
public string CryptoCode { get; set; }
public decimal ConversionRate { get; set; }
public decimal InvoicePrice { get; set; }