The contract coverage locale object

Example contract coverage locale object

{ 
  "id": "7d8ace20-7743-47d6-bba3-5ac8ba8e62b2_ABCDEF",
  "object": "contract_coverage_locale",
  "store_id": "7d8ace20-7743-47d6-bba3-5ac8ba8e62b2",
  "localizations": {
    "fr-FR": {
      "title": "Panne + Casse",
      "items": [
        "Warranty extended by 1 year (total: 2-year warranty)",
        "2-year coverage for drops, spills, and cracked screens from normal use",
        "Service fees apply $19 to repair your phone or $39 to replace it"
      ],
      "excluded_items": [
        "Theft"
      ],
      "legal_documents": [
        {
          "id": "terms_of_service",
          "title": "Terms of Service",
          "url": "https://static.evy.eu/terms_of_service.pdf"
        },
        {
          "id": "insurance_product_information_document",
          "title": "Insurance Product Information Document",
          "url": "https://static.evy.eu/insurance_product_information_document.pdf"
        },
        {
          "id": "price_and_warranty_document",
          "title": "Price & Warranty",
          "url": "https://static.evy.eu/price_and_warranty.pdf"
        }
      ]
    }
  }
}

Attributes

idstringThe identifier for this contract coverage locale.
objectstring, value is "contract_coverage_locale"String representing the object’s type. Objects of the same type share the same value.
store_idstringThe unique identifier of the store this contract coverage locale is related to.
localizationsdictionaryA dictionary where the keys are language tags, and their corresponding values are coverage locale dictionaries.