String representing the object’s type. Objects of the same type share the same value.
coverage
dictionary
A dictionary where the coverage-id keys are the ones returned in the coverage_id field of the offer object, and their corresponding values are coverage locale dictionaries.
String representing the locale language for the modal accept button
decline
string
String representing the locale language for the modal decline button
close
string
String representing the locale language for the modal close button
remove
string
String representing the locale language for the modal remove button
Footer dictionary
{
"title": "Why choose Evy ?",
"items": [
{
"title": "Simple",
"description": "No hard to find documents",
"icon": "https://evy.eu/icon.svg"
},
{
"title": "Fast",
"description": "File a claim in under 2 minutes",
"icon": "https://evy.eu/icon.svg"
}
]
}
title
string
String representing the locale language for the title of the footer section.
items
dictionary array
An array of nested dictionaries containing the copy language and urls of the footer items.
item.description
string
String representing the locale language for the description of the footer item.
item.icon
string
Link to a footer icon.
item.title
string
String representing the locale language for the title of the footer item.
"Learn more" dictionary
"learn_more": {
"title": "Learn more",
"preamble": "Protect your purchase with",
"modal_content": "Product protection plans designed for busy people who need real-life issues handled seamlessly.",
"preamble_evy_icon": "https://static.evy.eu/images/evy_logo_learn_more.svg"
}
modal_content
string
Further information related to the learn more modal to be displayed.
preamble
string
String representing the preamble before the coverage terms.
preamble_evy_icon
string
URL to Evy logo to display in the UI learn more modal before the preamble.
title
string
Title of the learn more button in the inline offer component.