countries property

List<String>? countries
getter/setter pair

The countries of sale where the return policy applies.

The values must be a valid 2 letter ISO 3166 code.

Required. Immutable.

Implementation

core.List<core.String>? countries;