Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.31 KB

CreditBankEmploymentItem.md

File metadata and controls

18 lines (13 loc) · 1.31 KB

CreditBankEmploymentItem

The details and metadata for an end user's Item.

Properties

Name Type Description Notes
item_id str The unique identifier for the Item.
last_updated_time datetime The time when this Item's data was last retrieved from the financial institution, in ISO 8601 format (e.g. "2018-04-12T03:32:11Z").
institution_id str The unique identifier of the institution associated with the Item.
institution_name str The name of the institution associated with the Item.
bank_employments [CreditBankEmployment] The bank employment information for this Item. Each entry in the array is a different employer found.
bank_employment_accounts [CreditBankIncomeAccount] The Item's accounts that have Bank Employment data.
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]