postalCodeGroupNames property

List<String>? postalCodeGroupNames
getter/setter pair

A list of postal group names.

The last value can be "all other locations". Example: ["zone 1", "zone 2", "all other locations"]. The referred postal code groups must match the delivery country of the service. Must be non-empty. Can only be set if all other fields are not set.

Implementation

core.List<core.String>? postalCodeGroupNames;