Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.55 KB

CashFlowCategory.md

File metadata and controls

14 lines (11 loc) · 1.55 KB

# CashFlowCategory

Properties

Name Type Description Notes
id int Category identifier.<br/><br/>NOTE: Do NOT assume that the identifiers of the global finAPI categories are the same across different finAPI environments. In fact, the identifiers may change whenever a new finAPI version is released, even within the same environment. The identifiers are meant to be used for references within the finAPI services only, but not for hard-coding them in your application. If you need to hard-code the usage of a certain global category within your application, please instead refer to the category name. Also, please make sure to check the 'isCustom' flag, which is false for all global categories (if you are not regarding this flag, you might end up referring to a user-specific category, and not the global category).
name string Category name
parent_id int Identifier of the parent category (if a parent category exists) [optional]
parent_name string Name of the parent category (if a parent category exists) [optional]
is_custom bool Whether the category is a finAPI global category (in which case this field will be false), or the category was created by a user (in which case this field will be true)
children int[] List of sub-categories identifiers (if any exist) [optional]

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