Enrichments class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Enrichments({String? merchantName, String? website, String? logoUrl, String? checkNumber, required PaymentChannel paymentChannel, String? legacyCategoryId, List<String>? legacyCategory, required Location location, required PersonalFinanceCategory? personalFinanceCategory, required String personalFinanceCategoryIconUrl, List<Counterparty>? counterparties})
Enrichments.fromJson(Map<String, dynamic> json)
factory

Properties

checkNumber String?
final
counterparties List<Counterparty>?
final
hashCode int
The hash code for this object.
no setteroverride
legacyCategory List<String>?
final
legacyCategoryId String?
final
location Location
final
logoUrl String?
final
merchantName String?
final
paymentChannel PaymentChannel
final
personalFinanceCategory PersonalFinanceCategory?
final
personalFinanceCategoryIconUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
website 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 Enrichments Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(Enrichments instance)