country property

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

Country of the bank check. Absent if country of the Sale system.

Implementation

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