AnnualTaxFormInfo
Represents all the possible tax forms for a given user for a particular year
type AnnualTaxFormInfo {
informationalForms: [TaxFormVersion!]!
requiredForms: [TaxFormVersion!]!
taxYear: YearString!
}
Fields
AnnualTaxFormInfo.informationalForms
● [TaxFormVersion!]!
non-null object
This array is for informational tax forms. For example, form 5498-SA is provided to the user for informational purposes, but the end user doesn't file it with the IRS.
AnnualTaxFormInfo.requiredForms
● [TaxFormVersion!]!
non-null object
This array is for REQUIRED forms that a user must file with their taxes. For example, form 1099-SA is a form that all HSA owners must file. Note that there may be multiple versions of a tax form, e.g. an initial FILEABLE versions and then subsequent CORRECTED versions.
AnnualTaxFormInfo.taxYear
● YearString!
non-null scalar
The relevant tax year
Member of
TaxFormsPayload
object