country property

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

The country where the merchant is located in three-letter country code format.

Implementation

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