Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 3.22 KB

TransactionCategory.md

File metadata and controls

20 lines (15 loc) · 3.22 KB

TransactionCategory

Properties

Name Type Description Notes
high_level_category_name str The name of the high level category. A group of similar transaction categories are clubbed together to form a high-level category.<br><br><b>Applicable containers</b>: creditCard, investment, insurance, loan<br> [optional] [readonly]
default_high_level_category_name str A attribute which will always hold the first value(initial name) of Yodlee defined highLevelCategoryName attribute.<br><br><b>Applicable containers</b>: creditCard, investment, insurance, loan<br> [optional] [readonly]
high_level_category_id int The unique identifier of the high level category.<br><br><b>Applicable containers</b>: creditCard, investment, insurance, loan<br> [optional] [readonly]
detail_category list[DetailCategory] Entity that provides detail category attributes<br><br><b>Applicable containers</b>: creditCard, investment, insurance, loan<br> [optional] [readonly]
id int Unique identifier of the category.<br><br><b>Applicable containers</b>: creditCard, investment, insurance, loan<br> [optional] [readonly]
source str Source used to identify whether the transaction category is user defined category or system created category.<br><br><b>Applicable containers</b>: creditCard, investment, insurance, loan<br><b>Applicable Values</b><br> [optional] [readonly]
category str The name of the category.<br><b>Note</b>: Transaction categorization is one of the core features offered by Yodlee and the categories are assigned to the transactions by the system. Transactions can be clubbed together by the category that is assigned to them. <br><br><b>Applicable containers</b>: creditCard, investment, insurance, loan<br> [optional] [readonly]
classification str Category Classification.<br><br><b>Applicable containers</b>: creditCard, investment, insurance, loan<br><b>Applicable Values</b><br> [optional] [readonly]
type str Transaction categories and high-level categories are further mapped to five transaction category types. Customers, based on their needs can either use the transaction categories, the high-level categories, or the transaction category types. <br><br><b>Applicable containers</b>: creditCard, investment, insurance, loan<br><b>Applicable Values</b><br> [optional] [readonly]
default_category_name str A attribute which will always hold the first value(initial name) of Yodlee defined category attribute.<br><br><b>Applicable containers</b>: creditCard, investment, insurance, loan<br> [optional] [readonly]

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