postalCode property

String? postalCode
getter/setter pair

The postal code range that the tax rate applies to, represented by a ZIP code, a ZIP code prefix using * wildcard, a range between two ZIP codes or two ZIP code prefixes of equal length.

Examples: 94114, 94*, 94002-95460, 94*-95*.

Implementation

core.String? postalCode;