updating makeline OrderItemSummary to have ImageUrl property

This commit is contained in:
Joey Schluchter 2021-09-23 11:57:41 -05:00
Родитель 838e092886
Коммит ced3849a7b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -18,5 +18,8 @@ namespace RedDog.MakeLineService.Models
[JsonPropertyName("unitPrice")]
public decimal UnitPrice { get; set; }
[JsonPropertyName("imageUrl")]
public string ImageUrl { get; set; }
}
}