ScheduledSubTransaction constructor
ScheduledSubTransaction({})
Implementation
ScheduledSubTransaction({
required this.id,
required this.scheduledTransactionId,
required this.amount,
this.memo,
this.payeeId,
this.categoryId,
this.transferAccountId,
required this.deleted,
});