countryCode property

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

Country code where the bank is located. A valid value is an ISO two-character country code (e.g. 'NL').

Implementation

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