Enhancements constructor
Enhancements({
- String? merchantName,
- String? website,
- String? logoUrl,
- String? checkNumber,
- required PaymentChannel paymentChannel,
- required String? categoryId,
- required List<
String> category, - required Location location,
- PersonalFinanceCategory? personalFinanceCategory,
- String? personalFinanceCategoryIconUrl,
- List<
Counterparty> ? counterparties,
Implementation
Enhancements({
this.merchantName,
this.website,
this.logoUrl,
this.checkNumber,
required this.paymentChannel,
required this.categoryId,
required this.category,
required this.location,
this.personalFinanceCategory,
this.personalFinanceCategoryIconUrl,
this.counterparties,
});