Objects

FrenchInsurance

@marketMarket
claimsClaims
insuranceHolderDateOfBirthstring

The birthdate of the insurance holder

insuranceHolderEmailstring

The email of the insurance holder.

insuranceHolderGenderstring

The biological sex of the insurance holder.

Possible Enum values are MALE, FEMALE, OTHER or UNKNOWN.
insuranceHolderOccupationstring

The occupation of the insurance holder.

insuranceHolderPhoneNumberstring

The phone number of the insurance holder.

termsAndConditionsVersionTermsAndConditionsVersion
Example
{  "@market": "-- Missing example --",  "claims": {    "numberOfClaims": 3,    "periodInMonths": 24  },  "insuranceHolderDateOfBirth": "1999-12-31",  "insuranceHolderEmail": "example@insurely.com",  "insuranceHolderGender": "FEMALE",  "insuranceHolderOccupation": "Software Engineer",  "insuranceHolderPhoneNumber": "+33 93 233 8246",  "termsAndConditionsVersion": {    "version": "Home COM12345"  }}