Enrichments class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
Enrichments.new({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
-
copyWith(
{String? merchantName, String? website, String? logoUrl, String? checkNumber, PaymentChannel? paymentChannel, String? legacyCategoryId, List< String> ? legacyCategory, Location? location, PersonalFinanceCategory? personalFinanceCategory, String? personalFinanceCategoryIconUrl, List<Counterparty> ? counterparties}) → Enrichments -
Available on Enrichments, provided by the $EnrichmentsExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? merchantName, Wrapped<String?> ? website, Wrapped<String?> ? logoUrl, Wrapped<String?> ? checkNumber, Wrapped<PaymentChannel> ? paymentChannel, Wrapped<String?> ? legacyCategoryId, Wrapped<List< ? legacyCategory, Wrapped<String> ?>Location> ? location, Wrapped<PersonalFinanceCategory?> ? personalFinanceCategory, Wrapped<String> ? personalFinanceCategoryIconUrl, Wrapped<List< ? counterparties}) → EnrichmentsCounterparty> ?> -
Available on Enrichments, provided by the $EnrichmentsExtension 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 Enrichments Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(Enrichments instance)