accountId property

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

The unique identifier for the bank account.

Implementation

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