TaxW2_V100 class

TaxW2_V100 class

Tax W2 v100 form class.

Inheritance: TaxW2_V100AbstractTaxW2

The TaxW2_V100 type exposes the following members:

Constructors

Constructor Description
TaxW2_V100() Initializes a new instance of TaxW2_V100 class.

Properties

Property Description
tax_year Gets or sets the tax year of this form, in format “YYYY”.
control_number Gets or sets the control number.
void Gets or sets whether this W2 is void and a new W2 will be provided.
employer Gets or sets the TaxW2_V100.employer.
employee Gets or sets the TaxW2_V100.employee.
wages Gets or sets the wages, tips, other compensation.
federal_tax_withheld Gets or sets the federal tax withheld.
social_security_wages Gets or sets the social security wages.
social_security_tax_withheld Gets or sets the social security tax withheld.
medicare_wages Gets or sets the medicare wages and tips.
medicare_tax_withheld Gets or sets the medicare tax withheld.
social_security_tips Gets or sets the social security tips.
allocated_tips Gets or sets the allocated tips.
advanced_eic Gets or sets the advance EIC payment.
dependent_care_benefit Gets or sets the dependent care benefits.
nonqualified_plan Gets or sets the non-qualified plan.
codeses Gets or sets the collection of Codes.
others Gets or sets the collection of Other.
statutory Gets or sets the statutory employee.
state_infos Gets or sets the collection of StateInfo.
local_infos Gets or sets the collection of LocalInfo.

See Also