activeRegionCodes property

List<String>? activeRegionCodes
getter/setter pair

The regions in which the account is actively participating in the program.

Active regions are defined as those where all program requirements affecting the regions have been met. Region codes are defined by CLDR. This is either a country where the program applies specifically to that country or 001 when the program applies globally.

Output only.

Implementation

core.List<core.String>? activeRegionCodes;