You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

34 lines
492 B

[
{
"pk": 1,
"model": "customer.licenseprice",
"fields": {
"term": 1,
"price": 200
}
},
{
"pk": 2,
"model": "customer.licenseprice",
"fields": {
"term": 6,
"price": 1000
}
},
{
"pk": 3,
"model": "customer.licenseprice",
"fields": {
"term": 12,
"price": 1800
}
},
{
"pk": 4,
"model": "customer.licenseprice",
"fields": {
"term": 24,
"price": 3000
}
}
]