Objects
FrenchParkingLocation
Details about the parking location of a vehicle insured in France
@marketMarket
A meta property to indicate which specific insurance model to deserialize the response to. The value is the ISO 3166-1 alpha-2 country code, with the addition of the core market, used as default models where no market-specific one exists.
Possible Enum values are
dk, ee, fr, no, se, uk or core.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": "core", "parkingAddress": { "@market": "core", "city": "Paris", "postalCode": "80495", "street": "34" }, "parkingLocationType": "INDIVIDUAL_GARAGE"}