PaymentCollectionByModeList constructor

PaymentCollectionByModeList({
  1. int? id,
  2. String? cartId,
  3. String? invoiceId,
  4. String? transactionId,
  5. String? comment,
  6. Mode? mode,
  7. String? amount,
  8. String? currency,
  9. String? status,
  10. String? action,
  11. List<AttributesMapping>? attributesMapping,
})

Implementation

PaymentCollectionByModeList(
    {this.id,
      this.cartId,
      this.invoiceId,
      this.transactionId,
      this.comment,
      this.mode,
      this.amount,
      this.currency,
      this.status,
      this.action,
      this.attributesMapping});