offers.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. [
  2. {
  3. "pk": 1,
  4. "model": "offers.offer",
  5. "fields": {
  6. "billing_period": 1,
  7. "name": "VPN standard",
  8. "initial_fees": "0.00",
  9. "period_fees": "8.00",
  10. "configuration_type": "VPNConfiguration"
  11. }
  12. },
  13. {
  14. "pk": 2,
  15. "model": "offers.offer",
  16. "fields": {
  17. "billing_period": 1,
  18. "name": "VPN préférentiel",
  19. "initial_fees": "0.00",
  20. "period_fees": "5.00",
  21. "configuration_type": "VPNConfiguration"
  22. }
  23. },
  24. {
  25. "pk": 3,
  26. "model": "offers.offer",
  27. "fields": {
  28. "billing_period": 1,
  29. "name": "VPN gratuit",
  30. "initial_fees": "0.00",
  31. "period_fees": "0.00",
  32. "configuration_type": "VPNConfiguration"
  33. }
  34. },
  35. {
  36. "pk": 4,
  37. "model": "offers.offer",
  38. "fields": {
  39. "billing_period": 1,
  40. "name": "Marque blanche FDN",
  41. "initial_fees": "70.00",
  42. "period_fees": "32.00",
  43. "configuration_type": "none"
  44. }
  45. },
  46. {
  47. "pk": 5,
  48. "model": "offers.offer",
  49. "fields": {
  50. "billing_period": 1,
  51. "name": "Marque blanche FDN (préférentiel)",
  52. "initial_fees": "70.00",
  53. "period_fees": "28.00",
  54. "configuration_type": "none"
  55. }
  56. }
  57. ]