LinkTokenCreateRequestIncomeVerification class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

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<String>?>? accessTokens, Wrapped<List<IncomeVerificationSourceType>?>? incomeSourceTypes, Wrapped<LinkTokenCreateRequestIncomeVerificationBankIncome?>? bankIncome, Wrapped<LinkTokenCreateRequestIncomeVerificationPayrollIncome?>? payrollIncome, Wrapped<List<LinkTokenCreateRequestUserStatedIncomeSource>?>? statedIncomeSources}) LinkTokenCreateRequestIncomeVerification

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)