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