---
title: postalCode
framework: contacts
role: symbol
role_heading: Instance Property
path: contacts/cnmutablepostaladdress/postalcode
---

# postalCode

The postal code of the address.

## Declaration

```swift
var postalCode: String { get set }
```

## See Also

### Modifying the Parts of a Postal Address

- [street](contacts/cnmutablepostaladdress/street.md)
- [city](contacts/cnmutablepostaladdress/city.md)
- [state](contacts/cnmutablepostaladdress/state.md)
- [country](contacts/cnmutablepostaladdress/country.md)
- [isoCountryCode](contacts/cnmutablepostaladdress/isocountrycode.md)
- [subAdministrativeArea](contacts/cnmutablepostaladdress/subadministrativearea.md)
- [subLocality](contacts/cnmutablepostaladdress/sublocality.md)
