primaryCurrency property
- @Deprecated('primaryCurrency has been deprecated')
- @BuiltValueField.new(wireName: r'primaryCurrency')
The three-character ISO currency code, with which the prospective account holder primarily deals.
Implementation
@Deprecated('primaryCurrency has been deprecated')
@BuiltValueField(wireName: r'primaryCurrency')
String? get primaryCurrency;