SaveTransactionWithOptionalFields constructor
SaveTransactionWithOptionalFields({
- String? accountId,
- DateTime? date,
- num? amount,
- String? payeeId,
- String? payeeName,
- String? categoryId,
- String? memo,
- SaveTransactionWithOptionalFieldsCleared? cleared,
- bool? approved,
- SaveTransactionWithOptionalFieldsFlagColor? flagColor,
- String? importId,
- List<
SaveSubTransaction> ? subtransactions,
Implementation
SaveTransactionWithOptionalFields({
this.accountId,
this.date,
this.amount,
this.payeeId,
this.payeeName,
this.categoryId,
this.memo,
this.cleared,
this.approved,
this.flagColor,
this.importId,
this.subtransactions,
});