outputFieldNames property

List<TinkParam>? outputFieldNames
final

A list of the fields that the object returned by the function can product. The returned object must implement Mappable

Implementation

final List<TinkParam>? outputFieldNames;