Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 2.38 KB

TransactionStream.md

File metadata and controls

27 lines (22 loc) · 2.38 KB

TransactionStream

A grouping of related transactions

Properties

Name Type Description Notes
account_id str The ID of the account to which the stream belongs
stream_id str A unique id for the stream
category [str] A hierarchical array of the categories to which this transaction belongs. See Categories. All implementations are encouraged to use the new `personal_finance_category` instead of `category`. `personal_finance_category` provides more meaningful categorization and greater accuracy.
category_id str The ID of the category to which this transaction belongs. See Categories. All implementations are encouraged to use the new `personal_finance_category` instead of `category`. `personal_finance_category` provides more meaningful categorization and greater accuracy.
description str A description of the transaction stream.
merchant_name str, none_type The merchant associated with the transaction stream.
first_date date The posted date of the earliest transaction in the stream.
last_date date The posted date of the latest transaction in the stream.
frequency RecurringTransactionFrequency
transaction_ids [str] An array of Plaid transaction IDs belonging to the stream, sorted by posted date.
average_amount TransactionStreamAmount
last_amount TransactionStreamAmount
is_active bool Indicates whether the transaction stream is still live.
status TransactionStreamStatus
personal_finance_category PersonalFinanceCategory [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]