Content constructor

Content({
  1. String? partnerId,
  2. String? paymentMethod,
  3. double? amount,
  4. String? recieptNumber,
  5. String? referenceId,
  6. String? orderId,
  7. String? document,
  8. DateTime? ddOrChequeDate,
  9. DateTime? recieptDate,
  10. String? transactionId,
  11. List<DropdownParameter>? dropdownParameters,
  12. bool? reversal,
  13. bool? reversed,
  14. String? remarks,
  15. String? erpAccountId,
  16. String? accountNumber,
  17. String? bankDetail,
  18. String? currency,
  19. String? recieptMethod,
  20. int? approvalStatus,
  21. String? approvalStatusName,
  22. String? approvalId,
  23. double? balanceBefore,
  24. double? balanceAfter,
  25. String? transactionDate,
  26. String? createdBy,
  27. String? createdByName,
  28. String? partnerName,
  29. bool? erpUpdate,
  30. dynamic originalTransactionId,
})

Implementation

Content({
  this.partnerId,
  this.paymentMethod,
  this.amount,
  this.recieptNumber,
  this.referenceId,
  this.orderId,
  this.document,
  this.ddOrChequeDate,
  this.recieptDate,
  this.transactionId,
  this.dropdownParameters,
  this.reversal,
  this.reversed,
  this.remarks,
  this.erpAccountId,
  this.accountNumber,
  this.bankDetail,
  this.currency,
  this.recieptMethod,
  this.approvalStatus,
  this.approvalStatusName,
  this.approvalId,
  this.balanceBefore,
  this.balanceAfter,
  this.transactionDate,
  this.createdBy,
  this.createdByName,
  this.partnerName,
  this.erpUpdate,
  this.originalTransactionId,
});