-
Notifications
You must be signed in to change notification settings - Fork 0
/
purchasesetmodel
72 lines (71 loc) · 1.53 KB
/
purchasesetmodel
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{ "sets_collections": [
{
"name_of_model":"Dinesh Sir ko Set",
"description":"Sets Free For Dinesh Sir Student",
"price" : "Sponsered",
"purchased":"true",
"numberofset":"10",
"linkaddon":"/10Set",
"startFrom":"4",
"modelType":"1002"
},
{
"name_of_model":"Salik Sir ko Set",
"description":"Sets Free For Salik Sir Student",
"price" : "Sponsered",
"purchased":"true",
"numberofset":"10",
"linkaddon":"/10Set",
"startFrom":"4",
"modelType":"1001"
},
{
"name_of_model":"Free Practice Sets",
"description":"3 Practice set this is best Exam Orientate.",
"price" : "Absolutely Free",
"purchased":"true",
"numberofset":"3",
"linkaddon":"/free",
"startFrom":"1",
"modelType":"1000"
},
{
"name_of_model":"5 Practice Sets",
"description":"5 Practice set this is best Exam Orientate.",
"price" : "NPR 90",
"purchased":"false",
"numberofset":"5",
"linkaddon":"/5Set",
"startFrom":"4",
"modelType":"1000"
},
{
"name_of_model":"10 Practice Sets",
"description":"10 Practice set this is best Exam Orientate.",
"price" : "NPR 170",
"purchased":"false",
"numberofset":"10",
"linkaddon":"/10Set",
"startFrom":"4",
"modelType":"1000"
},
{
"name_of_model":"20 Practice Sets",
"description":"20 Practice set this is best Exam Orientate.",
"price" : "NPR 300",
"purchased":"false",
"numberofset":"20",
"linkaddon":"/20Set",
"startFrom":"4",
"modelType":"1000"
},
{
"name_of_model":"30 Practice Sets",
"description":"30 Practice set this is best Exam Orientate.",
"price" : "NPR 390",
"purchased":"false",
"numberofset":"30",
"linkaddon":"/30Set",
"startFrom":"4",
"modelType":"1000"
}]}