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

copyWith({String? institutionId, String? name, List<Products>? products, List<CountryCode>? countryCodes, String? url, String? primaryColor, 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>>? products, Wrapped<List<CountryCode>>? countryCodes, Wrapped<String?>? url, Wrapped<String?>? primaryColor, Wrapped<List<String>>? routingNumbers, Wrapped<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)