Content constructor
Content({
- String? partnerId,
- String? paymentMethod,
- double? amount,
- String? recieptNumber,
- String? referenceId,
- String? orderId,
- String? document,
- DateTime? ddOrChequeDate,
- DateTime? recieptDate,
- String? transactionId,
- List<
DropdownParameter> ? dropdownParameters, - bool? reversal,
- bool? reversed,
- String? remarks,
- String? erpAccountId,
- String? accountNumber,
- String? bankDetail,
- String? currency,
- String? recieptMethod,
- int? approvalStatus,
- String? approvalStatusName,
- String? approvalId,
- double? balanceBefore,
- double? balanceAfter,
- String? transactionDate,
- String? createdBy,
- String? createdByName,
- String? partnerName,
- bool? erpUpdate,
- 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,
});