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, 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
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

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)