AdditionalStateTaxWithheldAggregate

AdditionalStateTaxWithheldAggregate class

State tax withheld when more than one state must be reported

public class AdditionalStateTaxWithheldAggregate

Constructors

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

Properties

NameDescription
PayerState { get; set; }Gets or sets the payer’s state code.
PayerStateId { get; set; }Gets or sets the payer’s state ID number.
StateIncome { get; set; }Gets or sets the state income amount.
StateTaxWithheld { get; set; }Gets or sets the state tax withheld.

See Also