postalCode property

String? postalCode
getter/setter pair

Postal code of the address.

Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (for example, state or zip code validation in the United States).

Optional.

Implementation

core.String? postalCode;