Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.21 KB

PayrollItem.md

File metadata and controls

19 lines (14 loc) · 1.21 KB

PayrollItem

An object containing information about the payroll item.

Properties

Name Type Description Notes
item_id str The `item_id` of the Item associated with this webhook, warning, or error
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.
accounts [PayrollIncomeAccountData]
payroll_income [PayrollIncomeObject]
status PayrollItemStatus
updated_at datetime, none_type Timestamp in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ) indicating the last time that the Item was updated.
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]