countries property
The list of countries where a payment method is available. By default, all countries supported by the payment method.
Implementation
@BuiltValueField(wireName: r'countries')
BuiltList<String>? get countries;
The list of countries where a payment method is available. By default, all countries supported by the payment method.
@BuiltValueField(wireName: r'countries')
BuiltList<String>? get countries;