SaveTransactionWithOptionalFields constructor

SaveTransactionWithOptionalFields({
  1. String? accountId,
  2. DateTime? date,
  3. num? amount,
  4. String? payeeId,
  5. String? payeeName,
  6. String? categoryId,
  7. String? memo,
  8. SaveTransactionWithOptionalFieldsCleared? cleared,
  9. bool? approved,
  10. SaveTransactionWithOptionalFieldsFlagColor? flagColor,
  11. String? importId,
  12. 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,
});