LinkTokenCreateRequestIncomeVerification class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
LinkTokenCreateRequestIncomeVerification({String? incomeVerificationId, String? assetReportId, String? precheckId, List<
String> ? accessTokens, List<IncomeVerificationSourceType> ? incomeSourceTypes, LinkTokenCreateRequestIncomeVerificationBankIncome? bankIncome, LinkTokenCreateRequestIncomeVerificationPayrollIncome? payrollIncome, List<LinkTokenCreateRequestUserStatedIncomeSource> ? statedIncomeSources}) -
LinkTokenCreateRequestIncomeVerification.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
accessTokens
→ List<
String> ? -
final
- assetReportId → String?
-
final
- bankIncome → LinkTokenCreateRequestIncomeVerificationBankIncome?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
incomeSourceTypes
→ List<
IncomeVerificationSourceType> ? -
final
- incomeVerificationId → String?
-
final
- payrollIncome → LinkTokenCreateRequestIncomeVerificationPayrollIncome?
-
final
- precheckId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
statedIncomeSources
→ List<
LinkTokenCreateRequestUserStatedIncomeSource> ? -
final
Methods
-
copyWith(
{String? incomeVerificationId, String? assetReportId, String? precheckId, List< String> ? accessTokens, List<IncomeVerificationSourceType> ? incomeSourceTypes, LinkTokenCreateRequestIncomeVerificationBankIncome? bankIncome, LinkTokenCreateRequestIncomeVerificationPayrollIncome? payrollIncome, List<LinkTokenCreateRequestUserStatedIncomeSource> ? statedIncomeSources}) → LinkTokenCreateRequestIncomeVerification -
Available on LinkTokenCreateRequestIncomeVerification, provided by the $LinkTokenCreateRequestIncomeVerificationExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? incomeVerificationId, Wrapped<String?> ? assetReportId, Wrapped<String?> ? precheckId, Wrapped<List< ? accessTokens, Wrapped<String> ?>List< ? incomeSourceTypes, Wrapped<IncomeVerificationSourceType> ?>LinkTokenCreateRequestIncomeVerificationBankIncome?> ? bankIncome, Wrapped<LinkTokenCreateRequestIncomeVerificationPayrollIncome?> ? payrollIncome, Wrapped<List< ? statedIncomeSources}) → LinkTokenCreateRequestIncomeVerificationLinkTokenCreateRequestUserStatedIncomeSource> ?> -
Available on LinkTokenCreateRequestIncomeVerification, provided by the $LinkTokenCreateRequestIncomeVerificationExtension 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 LinkTokenCreateRequestIncomeVerification Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(LinkTokenCreateRequestIncomeVerification instance)