country property
The country where the merchant is located in three-letter country code format.
Implementation
@BuiltValueField(wireName: r'country')
String? get country;
The country where the merchant is located in three-letter country code format.
@BuiltValueField(wireName: r'country')
String? get country;