CreditPayrollIncomeGetResponse class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
CreditPayrollIncomeGetResponse({required List<
PayrollItem> items, PlaidError? error, required String requestId}) -
CreditPayrollIncomeGetResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- error → PlaidError?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
items
→ List<
PayrollItem> -
final
- requestId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< PayrollItem> ? items, PlaidError? error, String? requestId}) → CreditPayrollIncomeGetResponse -
Available on CreditPayrollIncomeGetResponse, provided by the $CreditPayrollIncomeGetResponseExtension extension
-
copyWithWrapped(
{Wrapped< List< ? items, Wrapped<PayrollItem> >PlaidError?> ? error, Wrapped<String> ? requestId}) → CreditPayrollIncomeGetResponse -
Available on CreditPayrollIncomeGetResponse, provided by the $CreditPayrollIncomeGetResponseExtension 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 CreditPayrollIncomeGetResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(CreditPayrollIncomeGetResponse instance)