entityIds property

  1. @BuiltValueField.new(wireName: r'entityIds')
BuiltList<String>? get entityIds

The unique identifiers of the bank account(s) that the deadline applies to

Implementation

@BuiltValueField(wireName: r'entityIds')
BuiltList<String>? get entityIds;