postalCode property

String? postalCode
getter/setter pair

The postal code (zip code) of the customer.

Format Rules: * United States: 5-digit zip codes (e.g., "94108").

Optional.

Implementation

core.String? postalCode;