Sky.Net/Infrastructure/Data/SeedData/delivery.json

30 lines
560 B
JSON
Raw Normal View History

2022-05-24 15:35:03 -07:00
[
{
"Id": 1,
"ShortName": "UPS1",
"Description": "Fastest delivery time",
"DeliveryTime": "1-2 Days",
"Price": 10
},
{
"Id": 2,
"ShortName": "UPS2",
"Description": "Get it within 5 days",
"DeliveryTime": "2-5 Days",
"Price": 5
},
{
"Id": 3,
"ShortName": "UPS3",
"Description": "Slower but cheap",
"DeliveryTime": "5-10 Days",
"Price": 2
},
{
"Id": 4,
"ShortName": "FREE",
"Description": "Free! You get what you pay for",
"DeliveryTime": "1-2 Weeks",
"Price": 0
}
]