A list of country codes that are allowed for shipping (e.g., ["US", "CA"]).
["US", "CA"]
final List<String>? allowedCountryCodes;