Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 2.36 KB

TransactionsSyncRequestOptions.md

File metadata and controls

15 lines (10 loc) · 2.36 KB

TransactionsSyncRequestOptions

An optional object to be used with the request. If specified, options must not be null.

Properties

Name Type Description Notes
include_original_description bool, none_type Include the raw unparsed transaction description from the financial institution. This field is disabled by default. If you need this information in addition to the parsed data provided, contact your Plaid Account Manager or submit a Support request. [optional] if omitted the server will use the default value of False
include_personal_finance_category bool Include the `personal_finance_category` object in the response. All implementations are encouraged to use set this field to `true` and to use the `personal_finance_category` instead of `category` for more meaningful and accurate categorization. See the `taxonomy csv file` for a full list of personal finance categories. We’re also introducing Category Rules - a new beta endpoint that will enable you to change the `personal_finance_category` for a transaction based on your users’ needs. When rules are set, the selected category will override the Plaid provided category. To learn more, send a note to transactions-feedback@plaid.com. [optional] if omitted the server will use the default value of False
include_logo_and_counterparty_beta bool Include counterparties and extra merchant fields in the transaction. This field is disabled by default. If you need this information in addition to the parsed data provided, contact your Plaid Account Manager. [optional] if omitted the server will use the default value of False
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]