AbstractTaxForm1099

AbstractTaxForm1099 class

Abstract base class of tax form 1099 classes.

public abstract class AbstractTaxForm1099

Properties

NameDescription
Corrected { get; set; }Gets or sets whether this is a corrected form.
ServerId { get; set; }Gets or sets the ID assigned by host server to the form.
TaxYear { get; set; }Gets or sets the tax year of this form.
Void { get; set; }Gets or sets whether the form is void.

See Also