bankLocationId property

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

The bank routing number of the account. The field value is nil in most cases.

Implementation

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