accountName property

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

The name of the bank account. This name is assigned by the banking institution, and it describes the type of bank account.

Implementation

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