Content constructor
Content({
- String? transactionId,
- String? referenceId,
- String? partnerId,
- String? transactionType,
- String? txnType,
- double? amount,
- int? balanceBefore,
- int? balanceAfter,
- String? transactionTime,
- String? operatedBy,
- String? operateByUserName,
- String? orderId,
- String? remarks,
- String? accountId,
- String? walletUsageType,
- String? currency,
- dynamic approvalId,
- dynamic project,
- dynamic commissionType,
- dynamic referenceFileId,
- dynamic uploadId,
- dynamic projectName,
- dynamic commissionTypeName,
- String? bankRefId,
- String? bankName,
- int? status,
- String? statusName,
- String? lastUpdatedTime,
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.lastUpdatedTime,
});