- add item image and description (#391)

- fix margins
This commit is contained in:
Mario Dian
2018-11-10 14:38:26 +08:00
committed by Nicolas Dorier
parent fee56873b5
commit b16b1c3e8b
4 changed files with 35 additions and 7 deletions

View File

@@ -14,7 +14,9 @@ namespace BTCPayServer.Models.AppViewModels
public string Formatted { get; set; }
public decimal Value { get; set; }
}
public string Description { get; set; }
public string Id { get; set; }
public string Image { get; set; }
public ItemPrice Price { get; set; }
public string Title { get; set; }
}