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
-
box12
→ List<
W2Box12> -
final
- box9 → String?
-
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
-
final
-
final
-
final
-
stateAndLocalWages
→ List<
W2StateAndLocalWages> -
final
- statutoryEmployee → String?
-
final
- taxYear → String?
-
final
- thirdPartySickPay → String?
-
final
- wagesTipsOtherComp → String?
-
final
Methods
-
copyWith(
{CreditDocumentMetadata? documentMetadata, String? documentId, CreditPayStubEmployer? employer, CreditPayStubEmployee? employee, String? taxYear, String? employerIdNumber, String? wagesTipsOtherComp, String? federalIncomeTaxWithheld, String? socialSecurityWages, String? socialSecurityTaxWithheld, String? medicareWagesAndTips, String? medicareTaxWithheld, String? socialSecurityTips, String? allocatedTips, String? box9, String? dependentCareBenefits, String? nonqualifiedPlans, List< W2Box12> ? box12, String? statutoryEmployee, String? retirementPlan, String? thirdPartySickPay, String? other, List<W2StateAndLocalWages> ? stateAndLocalWages}) → CreditW2 -
Available on CreditW2, provided by the $CreditW2Extension extension
-
copyWithWrapped(
{Wrapped< CreditDocumentMetadata> ? documentMetadata, Wrapped<String> ? documentId, Wrapped<CreditPayStubEmployer> ? employer, Wrapped<CreditPayStubEmployee> ? employee, Wrapped<String?> ? taxYear, Wrapped<String?> ? employerIdNumber, Wrapped<String?> ? wagesTipsOtherComp, Wrapped<String?> ? federalIncomeTaxWithheld, Wrapped<String?> ? socialSecurityWages, Wrapped<String?> ? socialSecurityTaxWithheld, Wrapped<String?> ? medicareWagesAndTips, Wrapped<String?> ? medicareTaxWithheld, Wrapped<String?> ? socialSecurityTips, Wrapped<String?> ? allocatedTips, Wrapped<String?> ? box9, Wrapped<String?> ? dependentCareBenefits, Wrapped<String?> ? nonqualifiedPlans, Wrapped<List< ? box12, Wrapped<W2Box12> >String?> ? statutoryEmployee, Wrapped<String?> ? retirementPlan, Wrapped<String?> ? thirdPartySickPay, Wrapped<String?> ? other, Wrapped<List< ? stateAndLocalWages}) → CreditW2W2StateAndLocalWages> > -
Available on CreditW2, provided by the $CreditW2Extension extension
-
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)