{
  "id": "urn:ngsi-ld:system_pricing_plans:id:FNNO:60592292",
  "type": "system_pricing_plans",
  "last_updated": {
    "type": "Number",
    "value": 1609866247
  },
  "ttl": {
    "type": "Boolean",
    "value": false
  },
  "version": {
    "type": "Text",
    "value": "3.0"
  },
  "data": {
    "type": "StructuredValue",
    "value": {
      "plans": [
        {
          "plan_id": "plan3",
          "name": "Simple Rate",
          "currency": "CAD",
          "price": 3,
          "is_taxable": true,
          "description": "$3 unlock fee, $0.25 per kilometer and 0.50 per minute.",
          "per_km_pricing": [
            {
              "start": 0,
              "rate": 0.25,
              "interval": 1
            }
          ],
          "per_min_pricing": [
            {
              "start": 0,
              "rate": 0.5,
              "interval": 1
            }
          ]
        }
      ]
    }
  }
}