Content constructor

Content({
  1. String? transactionId,
  2. String? referenceId,
  3. String? partnerId,
  4. String? transactionType,
  5. String? txnType,
  6. double? amount,
  7. double? balanceBefore,
  8. double? balanceAfter,
  9. String? transactionTime,
  10. String? operatedBy,
  11. String? operateByUserName,
  12. String? orderId,
  13. String? remarks,
  14. String? accountId,
  15. String? walletUsageType,
  16. String? currency,
  17. dynamic approvalId,
  18. dynamic project,
  19. dynamic commissionType,
  20. dynamic referenceFileId,
  21. dynamic uploadId,
  22. dynamic projectName,
  23. dynamic commissionTypeName,
  24. String? bankRefId,
  25. String? bankName,
  26. int? status,
  27. String? statusName,
  28. String? externalBankTransactionId,
  29. String? lastUpdatedTime,
  30. String? correlationId,
  31. String? transferMessage,
  32. String? associatedPartnerId,
  33. String? partnerName,
  34. String? associatedPartnerName,
})

Implementation

Content({
  this.transactionId,
  this.referenceId,
  this.partnerId,
  this.transactionType,
  this.txnType,
  this.amount,
  this.balanceBefore,
  this.balanceAfter,
  this.transactionTime,
  this.operatedBy,
  this.operateByUserName,
  this.orderId,
  this.remarks,
  this.accountId,
  this.walletUsageType,
  this.currency,
  this.approvalId,
  this.project,
  this.commissionType,
  this.referenceFileId,
  this.uploadId,
  this.projectName,
  this.commissionTypeName,
  this.bankRefId,
  this.bankName,
  this.status,
  this.statusName,
  this.externalBankTransactionId,
  this.lastUpdatedTime,
  this.correlationId,
  this.transferMessage,
  this.associatedPartnerId,
  this.partnerName,
  this.associatedPartnerName,
});