Objects

FrenchParkingLocation

Details about the parking location of a vehicle insured in France

@marketMarket
parkingAddressFrenchParkingAddress
parkingLocationTypestring

The type of location the vehicle is most commonly parked at

Possible Enum values are STREET, COMMON_GARAGE, INDIVIDUAL_GARAGE, PRIVATE_PROPERTY or UNKNOWN.
Example
{  "@market": "fr",  "parkingAddress": {    "@market": "fr",    "city": "Paris",    "postalCode": "80495",    "street": "34"  },  "parkingLocationType": "INDIVIDUAL_GARAGE"}