postalCodeGroupNames property

List<String>? postalCodeGroupNames
getter/setter pair

A list of region names Region.name .

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.

Required.

Implementation

core.List<core.String>? postalCodeGroupNames;