| Name | 
            Type | 
            Description | 
        
        
        
        
            | dataPackage.sizeMb | 
            int | 
            Data package size in megabytes | 
        
        
            | dataPackage.price | 
            Object | 
            Usual price for the package | 
        
        
            | carriers.name | 
            String | 
            Name of the country mobile carrier | 
        
        
            | carriers.website.url | 
            String | 
            Website of the country mobile carrier | 
        
        
            | capabilities.name | 
            String | 
            Full name of the network capability available | 
        
        
            | capabilities.type | 
            String | 
            More general type of the network capability (TYPE_2G, TYPE_3G, TYPE_4G) | 
        
        
    
    
        
    
        
    
    
        BasicStartupBusiness
    
 
    
    
        
        
            | Name | 
            Type | 
            Description | 
        
        
        
        
            | textual.title | 
            String | 
            Mobile phone category name | 
        
        
            | textual.sections.id[SIM_CARD].body | 
            String | 
            The cost of the SIM card and list of telecoms. Note: if from country is defined currency conversion will be also made | 
        
        
            | textual.sections.id[MOBILE_NETWORKS].body | 
            String | 
            Types of mobile networks | 
        
        
            | textual.sections.id[ROAMING].body | 
            String | 
            Roaming description | 
        
        
    
    
    {
  "dataPackage": {
    "sizeMb": 2048,
    "price": {
      "amount": 12.53,
      "amountInteger": 1253,
      "currency": "EUR",
      "displayAs": "€12.53"
    }
  },
  "carriers": [
    {
      "name": "Bouygues Télécom",
      "website": "https://www.bouyguestelecom.fr/"
    },
    {
      "name": "Orange",
      "website": "http://www.orange.com/"
    },
    {
      "name": "Free",
      "website": "http://www.free.fr/"
    },
    {
      "name": "SFR",
      "website": "http://www.sfr.fr/"
    }
  ],
  "capabilities": [
    {
      "name": "GSM 1800",
      "type": "TYPE_2G"
    },
    {
      "name": "UMTS 900",
      "type": "TYPE_3G"
    },
    {
      "name": "LTE 2600 (7)",
      "type": "TYPE_4G"
    },
    {
      "name": "LTE 700 (28)",
      "type": "TYPE_4G"
    },
    {
      "name": "LTE 800 (20)",
      "type": "TYPE_4G"
    },
    {
      "name": "LTE 1800 (3)",
      "type": "TYPE_4G"
    },
    {
      "name": "GSM 900",
      "type": "TYPE_2G"
    },
    {
      "name": "UMTS 2100",
      "type": "TYPE_3G"
    }
  ],
  "textual": {
    "title": "Mobile phone",
    "sections": [
      {
        "id": "SIM_CARD_TELECOMS",
        "body": [
          "You can buy a SIM card for about €12.53 (€12.53), which includes 2 GB of data plan. You can choose from 4 telecoms: Bouygues Télécom, Orange, Free or SFR."
        ]
      },
      {
        "id": "MOBILE_NETWORKS",
        "body": [
          "France uses similar GSM mobile networks (GSM 1800 and GSM 900) as Spain so you should be able to normally use your mobile phone."
        ]
      },
      {
        "id": "ROAMING",
        "body": [
          "According to the EU regulations your messages, calls and Internet mobile data in France will have smaller roaming surcharge than in other countries."
        ]
      }
    ]
  }
}