AbstractTaxW2

AbstractTaxW2 class

Abstract base class of tax form w2 classes.

public abstract class AbstractTaxW2

Properties

NameDescription
ControlNumber { get; set; }Gets or sets the control number.
TaxYear { get; set; }Gets or sets the tax year of this form, in format “YYYY”.
Void { get; set; }Gets or sets whether this W2 is void and a new W2 will be provided.

See Also