countriesOverride property

List<String>? countriesOverride
final

If you have a List of Countries that you would like to use to override the currently provide list of 1, being 'United States', add the list here. Warning: The credit card form does not currently adjust based on selected country's needs to verify a card. This form may not work for all countries

Implementation

final List<String>? countriesOverride;