defaultCurrencyCode property

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

The default three-character ISO currency code of the balance account. This is the currency displayed on the Balance Account overview page in your Customer Area. The default value is EUR. > After a balance account is created, you cannot change its default currency.

Implementation

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