Institution class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Institution({String? institutionId, String? name, List<Products>? products, List<CountryCode>? countryCodes, String? url, String? primaryColor, List<String>? routingNumbers, bool? oauth, InstitutionStatus? status, PaymentInitiationMetadata? paymentInitiationMetadata})
Institution.fromJson(Map<String, dynamic> json)
factory

Properties

countryCodes List<CountryCode>?
final
hashCode int
The hash code for this object.
no setterinherited
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.
inherited

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)