TransactionBase constructor
TransactionBase({
- TransactionBaseTransactionType? transactionType,
- String? pendingTransactionId,
- String? categoryId,
- List<
String> ? category, - Location? location,
- PaymentMeta? paymentMeta,
- String? accountOwner,
- String? name,
- String? originalDescription,
- String? accountId,
- double? amount,
- String? isoCurrencyCode,
- String? unofficialCurrencyCode,
- DateTime? date,
- bool? pending,
- String? transactionId,
- String? merchantName,
- String? checkNumber,
Implementation
TransactionBase({
this.transactionType,
this.pendingTransactionId,
this.categoryId,
this.category,
this.location,
this.paymentMeta,
this.accountOwner,
this.name,
this.originalDescription,
this.accountId,
this.amount,
this.isoCurrencyCode,
this.unofficialCurrencyCode,
this.date,
this.pending,
this.transactionId,
this.merchantName,
this.checkNumber,
});