Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 792 Bytes

Taxform.md

File metadata and controls

15 lines (10 loc) · 792 Bytes

Taxform

Data about an official document used to report the user's income to the IRS.

Properties

Name Type Description Notes
document_type str The type of tax document. Currently, the only supported value is `w2`.
doc_id str An identifier of the document referenced by the document metadata. [optional]
w2 W2 [optional]
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]