countries property

List<String>? countries
getter/setter pair

The countries of sale where the return policy is applicable.

The values must be a valid 2 letter ISO 3166 code, e.g. "US".

Implementation

core.List<core.String>? countries;