CreditW2 class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

CreditW2({required CreditDocumentMetadata documentMetadata, required String documentId, required CreditPayStubEmployer employer, required CreditPayStubEmployee employee, required String? taxYear, required String? employerIdNumber, required String? wagesTipsOtherComp, required String? federalIncomeTaxWithheld, required String? socialSecurityWages, required String? socialSecurityTaxWithheld, required String? medicareWagesAndTips, required String? medicareTaxWithheld, required String? socialSecurityTips, required String? allocatedTips, required String? box9, required String? dependentCareBenefits, required String? nonqualifiedPlans, required List<W2Box12> box12, required String? statutoryEmployee, required String? retirementPlan, required String? thirdPartySickPay, required String? other, required List<W2StateAndLocalWages> stateAndLocalWages})
CreditW2.fromJson(Map<String, dynamic> json)
factory

Properties

allocatedTips String?
final
box9 String?
final
box12 List<W2Box12>
final
dependentCareBenefits String?
final
documentId String
final
documentMetadata CreditDocumentMetadata
final
employee CreditPayStubEmployee
final
employer CreditPayStubEmployer
final
employerIdNumber String?
final
federalIncomeTaxWithheld String?
final
hashCode int
The hash code for this object.
no setteroverride
medicareTaxWithheld String?
final
medicareWagesAndTips String?
final
nonqualifiedPlans String?
final
other String?
final
retirementPlan String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socialSecurityTaxWithheld String?
final
socialSecurityTips String?
final
socialSecurityWages String?
final
stateAndLocalWages List<W2StateAndLocalWages>
final
statutoryEmployee String?
final
taxYear String?
final
thirdPartySickPay String?
final
wagesTipsOtherComp String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const CreditW2 Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(CreditW2 instance)