Objects
FrenchParkingAddress
A French parking address
@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
fr, or core.citystring
The city the address is located in
postalCodestring
The postal code of the parking address
streetstring
The street address
{
"@market": "core",
"city": "Paris",
"postalCode": "80495",
"street": 34
}