allowedCountryCodes property
List of ISO 3166-1 alpha-2 country code values of the countries where shipping is allowed.
Defaults to all shipping address countries.
Implementation
bool? get isPhoneNumberRequired;/// List of ISO 3166-1 alpha-2 country code values of the countries where shipping is allowed.
///
/// Defaults to all shipping address countries.
List<String>? get allowedCountryCodes;