offers.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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": ""
  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": ""
  55. }
  56. },
  57. {
  58. "pk": 6,
  59. "model": "offers.offer",
  60. "fields": {
  61. "billing_period": 1,
  62. "name": "VPS 1Go",
  63. "initial_fees": "0.00",
  64. "period_fees": "8.00",
  65. "configuration_type": "VPSConfiguration"
  66. }
  67. }
  68. ]