Employer

Employer class

Employer information class.

public class Employer

Constructors

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

Properties

NameDescription
Address1 { get; set; }Gets or sets the employer address, line 1.
Address2 { get; set; }Gets or sets the employer address, line 2.
Address3 { get; set; }Gets or sets the employer address, line 3.
City { get; set; }Gets or sets the employer city.
CountryString { get; set; }Gets or sets the country, do not abbreviate.
FederalIdNumber { get; set; }Gets or sets the employer federal ID number.
Name1 { get; set; }Gets or sets the employer name, line 1.
Name2 { get; set; }Gets or sets the employer name, line 2.
PostalCode { get; set; }Gets or sets the employer postal code.
State { get; set; }Gets or sets the employer state or province.

See Also