country property

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

The country where the merchant is located.

Implementation

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