TaxW2_V100

TaxW2_V100 class

Tax W2 v100 form class.

public class TaxW2_V100 : AbstractTaxW2

Constructors

NameDescription
TaxW2_V100()Initializes a new instance of TaxW2_V100 class.

Properties

NameDescription
AdvancedEIC { get; set; }Gets or sets the advance EIC payment.
AllocatedTips { get; set; }Gets or sets the allocated tips.
Codeses { get; set; }Gets or sets the collection of Codes.
ControlNumber { get; set; }Gets or sets the control number.
DependentCareBenefit { get; set; }Gets or sets the dependent care benefits.
Employee { get; set; }Gets or sets the Employee.
Employer { get; set; }Gets or sets the Employer.
FederalTaxWithheld { get; set; }Gets or sets the federal tax withheld.
LocalInfos { get; set; }Gets or sets the collection of LocalInfo.
MedicareTaxWithheld { get; set; }Gets or sets the medicare tax withheld.
MedicareWages { get; set; }Gets or sets the medicare wages and tips.
NonqualifiedPlan { get; set; }Gets or sets the non-qualified plan.
Others { get; set; }Gets or sets the collection of Other.
SocialSecurityTaxWithheld { get; set; }Gets or sets the social security tax withheld.
SocialSecurityTips { get; set; }Gets or sets the social security tips.
SocialSecurityWages { get; set; }Gets or sets the social security wages.
StateInfos { get; set; }Gets or sets the collection of StateInfo.
Statutory { get; set; }Gets or sets the statutory employee.
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.
Wages { get; set; }Gets or sets the wages, tips, other compensation.

See Also