countries property

  1. @BuiltValueField.new(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.

Implementation

@BuiltValueField(wireName: r'countries')
BuiltList<String>? get countries;