Data constructor

Data({
  1. List<PaymentCollectionByModeList>? paymentCollectionByModeList,
  2. String? transactionId,
  3. List<Details>? details,
  4. TotalCollectedAmount? totalCollectedAmount,
  5. PaymentTransactionStatus? paymentTransactionStatus,
  6. dynamic paymentCollectionOrderId,
  7. dynamic notificationRecipientId,
})

Implementation

Data(
    {this.paymentCollectionByModeList,
    this.transactionId,
    this.details,
    this.totalCollectedAmount,
    this.paymentTransactionStatus,
    this.paymentCollectionOrderId,
    this.notificationRecipientId});