1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- [
- {
- "pk": 1,
- "model": "offers.offer",
- "fields": {
- "billing_period": 1,
- "name": "VPN standard",
- "initial_fees": "0.00",
- "period_fees": "8.00",
- "configuration_type": "VPNConfiguration"
- }
- },
- {
- "pk": 2,
- "model": "offers.offer",
- "fields": {
- "billing_period": 1,
- "name": "VPN préférentiel",
- "initial_fees": "0.00",
- "period_fees": "5.00",
- "configuration_type": "VPNConfiguration"
- }
- },
- {
- "pk": 3,
- "model": "offers.offer",
- "fields": {
- "billing_period": 1,
- "name": "VPN gratuit",
- "initial_fees": "0.00",
- "period_fees": "0.00",
- "configuration_type": "VPNConfiguration"
- }
- },
- {
- "pk": 4,
- "model": "offers.offer",
- "fields": {
- "billing_period": 1,
- "name": "Marque blanche FDN",
- "initial_fees": "70.00",
- "period_fees": "32.00",
- "configuration_type": ""
- }
- },
- {
- "pk": 5,
- "model": "offers.offer",
- "fields": {
- "billing_period": 1,
- "name": "Marque blanche FDN (préférentiel)",
- "initial_fees": "70.00",
- "period_fees": "28.00",
- "configuration_type": ""
- }
- },
- {
- "pk": 6,
- "model": "offers.offer",
- "fields": {
- "billing_period": 1,
- "name": "VPS 1Go",
- "initial_fees": "0.00",
- "period_fees": "8.00",
- "configuration_type": "VPSConfiguration"
- }
- }
- ]
|