TaxW2Request

TaxW2Request class

Tax W2 request class. This requests the W2 tax form from the server.

public class TaxW2Request

Constructors

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

Properties

NameDescription
SSN { get; set; }Gets or sets the social Security Number of the employee.
TaxYears { get; set; }Gets or sets the tax years of the requested forms, in format “YYYY”.

See Also