TaxFormStatus
No description
enum TaxFormStatus {
CORRECTED
FILEABLE
PRELIMINARY
}
Values
TaxFormStatus.CORRECTED
A corrected tax form, means that a FILEABLE version was previously filed with the IRS
TaxFormStatus.FILEABLE
A tax form that can be filed with the IRS
TaxFormStatus.PRELIMINARY
A preliminary tax form is one that is just for informational purposes, but not yet ready to be filed
Member of
TaxFormVersion
object