Skip to content

Commit 7fca04f

Browse files
committed
add start end time for min max
1 parent d293227 commit 7fca04f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/FikaAmazonAPI/ConstructFeed/JsonMessages/PriceData.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ public class PriceData
99
public class SchedulePriceData
1010
{
1111
public decimal value_with_tax { get; set; }
12+
public string start_at { get; set; }
13+
public string end_at { get; set; }
1214
}
1315
}

0 commit comments

Comments
 (0)