lettings¶
models¶
- class lettings.models.Address(*args, **kwargs)[source]¶
Bases:
ModelData object storing all address details
- exception DoesNotExist¶
Bases:
ObjectDoesNotExist
- exception MultipleObjectsReturned¶
Bases:
MultipleObjectsReturned
- city¶
the city of the address
- country_iso_code¶
iso code of the address’s country (3 chars)
- number¶
the street number of the address
- state¶
the state of the address (2 digits)
- street¶
the street of the address
- zip_code¶
the zip code of the address (int between 0 and 99999)