LinkTokenCreateRequest class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

LinkTokenCreateRequest({String? clientId, String? secret, String? clientName, String? language, List<CountryCode>? countryCodes, LinkTokenCreateRequestUser? user, List<Products>? products, String? webhook, String? accessToken, String? linkCustomizationName, String? redirectUri, String? androidPackageName, LinkTokenAccountFilters? accountFilters, LinkTokenEUConfig? euConfig, String? institutionId, LinkTokenCreateRequestPaymentInitiation? paymentInitiation, LinkTokenCreateRequestDepositSwitch? depositSwitch, LinkTokenCreateRequestIncomeVerification? incomeVerification, LinkTokenCreateRequestAuth? auth})
LinkTokenCreateRequest.fromJson(Map<String, dynamic> json)
factory

Properties

accessToken String?
final
accountFilters LinkTokenAccountFilters?
final
androidPackageName String?
final
auth LinkTokenCreateRequestAuth?
final
clientId String?
final
clientName String?
final
countryCodes List<CountryCode>?
final
depositSwitch LinkTokenCreateRequestDepositSwitch?
final
euConfig LinkTokenEUConfig?
final
hashCode int
The hash code for this object.
no setterinherited
incomeVerification LinkTokenCreateRequestIncomeVerification?
final
institutionId String?
final
language String?
final
linkCustomizationName String?
final
paymentInitiation LinkTokenCreateRequestPaymentInitiation?
final
products List<Products>?
final
redirectUri String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String?
final
user LinkTokenCreateRequestUser?
final
webhook String?
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.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const LinkTokenCreateRequest Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(LinkTokenCreateRequest instance)