LinkTokenCreateRequestAuth class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- LinkTokenCreateRequestAuth({bool? authTypeSelectEnabled, bool? automatedMicrodepositsEnabled, bool? instantMatchEnabled, bool? sameDayMicrodepositsEnabled, LinkTokenCreateRequestAuthFlowType? flowType})
-
LinkTokenCreateRequestAuth.fromJson(Map<
String, dynamic> json) -
factory
Properties
- authTypeSelectEnabled → bool?
-
final
- automatedMicrodepositsEnabled → bool?
-
final
- flowType → LinkTokenCreateRequestAuthFlowType?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- instantMatchEnabled → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sameDayMicrodepositsEnabled → bool?
-
final
Methods
-
copyWith(
{bool? authTypeSelectEnabled, bool? automatedMicrodepositsEnabled, bool? instantMatchEnabled, bool? sameDayMicrodepositsEnabled, LinkTokenCreateRequestAuthFlowType? flowType}) → LinkTokenCreateRequestAuth -
Available on LinkTokenCreateRequestAuth, provided by the $LinkTokenCreateRequestAuthExtension extension
-
copyWithWrapped(
{Wrapped< bool?> ? authTypeSelectEnabled, Wrapped<bool?> ? automatedMicrodepositsEnabled, Wrapped<bool?> ? instantMatchEnabled, Wrapped<bool?> ? sameDayMicrodepositsEnabled, Wrapped<LinkTokenCreateRequestAuthFlowType?> ? flowType}) → LinkTokenCreateRequestAuth -
Available on LinkTokenCreateRequestAuth, provided by the $LinkTokenCreateRequestAuthExtension 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 LinkTokenCreateRequestAuth Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(LinkTokenCreateRequestAuth instance)