|
|
@@ -47,7 +47,8 @@ namespace goods.Models.Coupang.Search
|
|
|
public string ProductName { get; set; } = null!;
|
|
|
|
|
|
[JsonPropertyName("productPrice")]
|
|
|
- public int ProductPrice { get; set; }
|
|
|
+ [JsonNumberHandling(JsonNumberHandling.AllowReadingFromString)]
|
|
|
+ public decimal ProductPrice { get; set; }
|
|
|
|
|
|
[JsonPropertyName("productUrl")]
|
|
|
public string ProductUrl { get; set; } = null!;
|