accountSubtypes property

List<LinkAccountSubtype>? accountSubtypes
final

By default, Link will only display account types that are compatible with all products supplied in the product parameter. You can further limit the accounts shown in Link by using accountSubtypes to specify the account subtypes to be shown in Link. Only the specified subtypes will be shown.

Implementation

final List<LinkAccountSubtype>? accountSubtypes;