SubTransaction constructor
SubTransaction({})
Implementation
SubTransaction({
required this.id,
required this.transactionId,
required this.amount,
this.memo,
this.payeeId,
this.payeeName,
this.categoryId,
this.categoryName,
this.transferAccountId,
this.transferTransactionId,
required this.deleted,
});