AdditionalStateTaxWithheldAggregate

AdditionalStateTaxWithheldAggregate class

State tax withheld when more than one state must be reported

public class AdditionalStateTaxWithheldAggregate

Constructors

Name Description
AdditionalStateTaxWithheldAggregate() Initializes a new instance of AdditionalStateTaxWithheldAggregate class.

Properties

Name Description
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