The financial statements endpoints allow you to fetch reports of a business such as their income statements (a.k.a profit & loss statements), balance sheets, and cash flow statements.
Each statement provides different information, but the commonly shared object types are defined below:
Report Line Item Object
Property | Type | Description |
---|---|---|
id | string | Unique ID of each report line item object. |
account_id | string | null | ID of the related Account |
name | string | Name of the Account |
value | string | Balance of the Account |
items | Report Line Items[] | An array of additional Report Line Item objects. |