countryCode property
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;
Country code where the bank is located. A valid value is an ISO two-character country code (e.g. 'NL').
@BuiltValueField(wireName: r'countryCode')
String? get countryCode;