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 (e.g. state/zip validation in the U.S.A.).

Optional.

Implementation

core.String? postalCode;