country property

  1. @BuiltValueField.new(wireName: r'country')
BuiltList<String>? get country

The country/region of the card issuer. If used, the surcharge settings only apply to the card issued in that country/region.

Implementation

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