currency property

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

The currency of the funds in the bank account.

Implementation

@BuiltValueField(wireName: r'currency')
String get currency;