TaxFormStatus
The lifecycle status of a tax form.
enum TaxFormStatus {
CORRECTED
FILEABLE
PRELIMINARY
}
Values
TaxFormStatus.CORRECTED
A correction to a previously fileable version.
TaxFormStatus.FILEABLE
The version filed (or fileable) with the IRS.
TaxFormStatus.PRELIMINARY
An early, informational version; final values may differ.
Member Of
IndividualTaxForm object