Data constructor

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

Implementation

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