primaryCurrency property

  1. @Deprecated('primaryCurrency has been deprecated')
  2. @BuiltValueField.new(wireName: r'primaryCurrency')
String? get 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;