Skip to main content

TaxFormVersion

An individual tax form version. Basically this object is 1-1 with a printable PDF tax form.

type TaxFormVersion {
formDate: DateString!
formDescription: String!
formName: String!
id: ID!
taxFormStatus: TaxFormStatus!
taxFormType: TaxFormType!
taxYear: YearString!
validAsOfDate: DateString!
validationStatus: TaxFormValidationStatus!
}

Fields

TaxFormVersion.formDate ● DateString! non-null scalar

The display date for this form, corresponding to when it was generated.

TaxFormVersion.formDescription ● String! non-null scalar

More descriptive info about the form, e.g. Preliminary 5498-SA

TaxFormVersion.formName ● String! non-null scalar

The name of the tax form, e.g. 1099-SA

TaxFormVersion.id ● ID! non-null scalar

A globally unique ID for this tax form version which can be passed to the taxFormVersion query endpoint

TaxFormVersion.taxFormStatus ● TaxFormStatus! non-null enum

The status of this form

TaxFormVersion.taxFormType ● TaxFormType! non-null enum

The type of this form, which is 1-1 with an IRS form definition

TaxFormVersion.taxYear ● YearString! non-null scalar

The year for which this form applies

TaxFormVersion.validAsOfDate ● DateString! non-null scalar

The date up to which all transactions/categorization changes are included in this form

TaxFormVersion.validationStatus ● TaxFormValidationStatus! non-null enum

Indicates the validation status of the form.

Member of

AnnualTaxFormInfo object ● TaxFormVersionPayload object