PayrollIncomeObject class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

PayrollIncomeObject({required String? accountId, required List<CreditPayStub> payStubs, required List<CreditW2> w2s, required List<Credit1099> form1099s})
PayrollIncomeObject.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
final
form1099s List<Credit1099>
final
hashCode int
The hash code for this object.
no setteroverride
payStubs List<CreditPayStub>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
w2s List<CreditW2>
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 PayrollIncomeObject Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(PayrollIncomeObject instance)