| Name | 
            Type | 
            Description | 
        
        
        
        
            | acceptanceInternationalCards | 
            String | 
            Acceptance of international credit/debit cards (VERY_LOW, LOW, MEDIUM, HIGH, VERY_HIGH) | 
        
        
            | cards.brand | 
            String | 
            Type of the credit/debit card (VISA, MASTERCARD, MAESTRO, AMERICAN_EXPRESS, JCB, DISCOVER, DINERS_CLUB, UNION_PAY, RU_PAY) | 
        
        
            | cards.acceptance | 
            String | 
            Acceptance of the specific card brand (NONE, LOW, MEDIUM, HIGH) | 
        
        
            | hotlineNumbers.brand | 
            String | 
            Type of the credit/debit card (VISA, MASTERCARD, MAESTRO, AMERICAN_EXPRESS, JCB, DISCOVER, DINERS_CLUB, UNION_PAY, RU_PAY) | 
        
        
            | hotlineNumbers.number | 
            String | 
            Phone number in international format | 
        
        
            | hotlineNumbers.isTollFree | 
            boolean | 
            Indicates whether the number is toll free when called from the country (local call) | 
        
        
    
    
        
    
        
    
    
        BasicStartupBusiness
    
 
    
    
        
        
            | Name | 
            Type | 
            Description | 
        
        
        
        
            | textual.title | 
            String | 
            Credit & debit card category name | 
        
        
            | textual.sections.id[SUMMARY].body | 
            String | 
            Overall and specific credit/debit card acceptance | 
        
        
            | textual.sections.id[ACCEPTANCE].body | 
            String | 
            Credit & debit card acceptance | 
        
        
    
    
    {
  "acceptanceInternationalCards": "VERY_HIGH",
  "cards": [
    {
      "brand": "VISA",
      "acceptance": "HIGH"
    },
    {
      "brand": "MASTERCARD",
      "acceptance": "HIGH"
    },
    {
      "brand": "MAESTRO",
      "acceptance": "HIGH"
    },
    {
      "brand": "AMERICAN_EXPRESS",
      "acceptance": "MEDIUM"
    },
    {
      "brand": "DINERS_CLUB",
      "acceptance": "LOW"
    },
    {
      "brand": "DISCOVER",
      "acceptance": "NONE"
    },
    {
      "brand": "JCB",
      "acceptance": "NONE"
    },
    {
      "brand": "UNION_PAY",
      "acceptance": "NONE"
    },
    {
      "brand": "RU_PAY",
      "acceptance": "NONE"
    }
  ],
  "hotlineNumbers": [
    {
      "brand": "MASTERCARD",
      "number": "0 800 90 1387",
      "isTollFree": true
    },
    {
      "brand": "VISA",
      "number": "0800 90 1179",
      "isTollFree": true
    }
  ],
  "textual": {
    "title": "Credit & debit cards",
    "sections": [
      {
        "id": "SUMMARY",
        "body": [
          "Credit cards are widely accepted within France (at hotels, shops, and restaurants, travel agencies, car-rental agencies etc.). Visa, MasterCard and Maestro are the most widely accepted. American Express is less common. Diners Club is pretty rare. Discover, JCB, UnionPay and RuPay are unknown."
        ]
      },
      {
        "id": "ACCEPTANCE",
        "body": [
          "Widely accepted"
        ]
      }
    ]
  }
}