Institution class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
Institution({required String institutionId, required String name, required List<
Products> products, required List<CountryCode> countryCodes, String? url, String? primaryColor, String? logo, required List<String> routingNumbers, required bool oauth, InstitutionStatus? status, PaymentInitiationMetadata? paymentInitiationMetadata, AuthMetadata? authMetadata}) -
Institution.fromJson(Map<
String, dynamic> json) -
factory
Properties
- authMetadata → AuthMetadata?
-
final
-
countryCodes
→ List<
CountryCode> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- institutionId → String
-
final
- logo → String?
-
final
- name → String
-
final
- oauth → bool
-
final
- paymentInitiationMetadata → PaymentInitiationMetadata?
-
final
- primaryColor → String?
-
final
-
products
→ List<
Products> -
final
-
routingNumbers
→ List<
String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → InstitutionStatus?
-
final
- url → String?
-
final
Methods
-
copyWith(
{String? institutionId, String? name, List< Products> ? products, List<CountryCode> ? countryCodes, String? url, String? primaryColor, String? logo, List<String> ? routingNumbers, bool? oauth, InstitutionStatus? status, PaymentInitiationMetadata? paymentInitiationMetadata, AuthMetadata? authMetadata}) → Institution -
Available on Institution, provided by the $InstitutionExtension extension
-
copyWithWrapped(
{Wrapped< String> ? institutionId, Wrapped<String> ? name, Wrapped<List< ? products, Wrapped<Products> >List< ? countryCodes, Wrapped<CountryCode> >String?> ? url, Wrapped<String?> ? primaryColor, Wrapped<String?> ? logo, Wrapped<List< ? routingNumbers, Wrapped<String> >bool> ? oauth, Wrapped<InstitutionStatus?> ? status, Wrapped<PaymentInitiationMetadata?> ? paymentInitiationMetadata, Wrapped<AuthMetadata?> ? authMetadata}) → Institution -
Available on Institution, provided by the $InstitutionExtension 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 Institution Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(Institution instance)