Data constructor

Data({
  1. String? id,
  2. String? saleOrderId,
  3. String? invoiceId,
  4. dynamic orderUpdationId,
  5. String? paymentTransactionId,
  6. String? cartId,
  7. String? saleType,
  8. dynamic transactionType,
  9. int? saleDate,
  10. SellerDetails? sellerDetails,
  11. BuyerDetails? buyerDetails,
  12. String? partnerId,
  13. dynamic promos,
  14. dynamic saleOrderTpe,
  15. List<OrderItem>? orderItems,
  16. List? attachments,
  17. dynamic approvalTaskIds,
  18. Wht? wht,
  19. Wht? absoluteTotal,
  20. Wht? totalDiscount,
  21. Wht? totalTax,
  22. Wht? totalPriceWithoutWht,
  23. Wht? totalWithoutTaxAndDiscount,
  24. dynamic totalPriceWithoutTaxAndWithDiscount,
  25. dynamic overAllTaxPercentage,
  26. Wht? totalPriceWithoutTax,
  27. Wht? totalWht,
  28. dynamic totalPaymentCollected,
  29. Wht? orderTotal,
  30. dynamic grandTotal,
  31. String? remarks,
  32. dynamic poReferenceNo,
  33. Wht? totalNetPrice,
  34. Wht? overallSaleTax,
  35. dynamic taxClassification,
  36. dynamic taxClassificationName,
  37. int? withHeldTaxPercentage,
  38. int? salesTaxPercentage,
  39. dynamic netPriceWithOutTaxAndDiscountWithOutTax,
  40. Wht? totalDiscountPercentage,
  41. Wht? totalNetExcludedWithHeldTax,
  42. Wht? totalVaTableSalesVatAmount,
  43. Wht? totalNetTaxVaTableSalesDiscount,
  44. Wht? totalConversionRate,
  45. Wht? totalNetTaxVatExemptSalesDiscount,
  46. Wht? totalNetTaxZeroRatedSalesDiscount,
  47. Wht? totalZeroRatedSale,
  48. Wht? totalVatExemptSale,
  49. Wht? totalFixed,
  50. String? saleTransactionId,
  51. dynamic totalInitialPaymentCollected,
  52. dynamic promoCode,
  53. dynamic billingOrShippingAddressId,
  54. dynamic overAllTax,
  55. dynamic buyerDetailInfo,
  56. dynamic sellerDetailInfo,
  57. dynamic modeOfPaymentList,
  58. dynamic headerDetailsList,
  59. dynamic assetDeliveryDetails,
  60. dynamic deliveryOrderId,
  61. dynamic externalInvoiceId,
  62. dynamic subInvoiceId,
  63. Wht? totalCommission,
  64. Wht? totalNetCommission,
  65. int? exchangeRate,
  66. dynamic whtPercentage,
  67. String? whtBearer,
  68. String? invoiceDocType,
  69. Wht? totalCommissionWithOutGrossUp,
  70. Wht? totalNetPriceInLocalCurrency,
  71. Wht? grandTotalInLocalCurrency,
  72. ShippingMethod? shippingMethod,
  73. dynamic deliveryType,
  74. String? deliveryOption,
  75. Wht? absoluteTotalInLocalCurrency,
  76. Wht? totalPriceWithoutWhtInLocalCurrency,
  77. Wht? totalDiscountPercentageInLocalCurrency,
  78. Wht? totalDiscountInLocalCurrency,
  79. Wht? totalCommissionInLocalCurrency,
  80. Wht? totalNetCommissionInLocalCurrency,
  81. Wht? totalCommissionWithOutGrossUpInLocalCurrency,
  82. Wht? deliveryCharge,
  83. Wht? deliveryChargeInLocalCurrency,
  84. Wht? totalWhtInLocalCurrency,
  85. Wht? dataWht,
})

Implementation

Data({
  this.id,
  this.saleOrderId,
  this.invoiceId,
  this.orderUpdationId,
  this.paymentTransactionId,
  this.cartId,
  this.saleType,
  this.transactionType,
  this.saleDate,
  this.sellerDetails,
  this.buyerDetails,
  this.partnerId,
  this.promos,
  this.saleOrderTpe,
  this.orderItems,
  this.attachments,
  this.approvalTaskIds,
  this.wht,
  this.absoluteTotal,
  this.totalDiscount,
  this.totalTax,
  this.totalPriceWithoutWht,
  this.totalWithoutTaxAndDiscount,
  this.totalPriceWithoutTaxAndWithDiscount,
  this.overAllTaxPercentage,
  this.totalPriceWithoutTax,
  this.totalWht,
  this.totalPaymentCollected,
  this.orderTotal,
  this.grandTotal,
  this.remarks,
  this.poReferenceNo,
  this.totalNetPrice,
  this.overallSaleTax,
  this.taxClassification,
  this.taxClassificationName,
  this.withHeldTaxPercentage,
  this.salesTaxPercentage,
  this.netPriceWithOutTaxAndDiscountWithOutTax,
  this.totalDiscountPercentage,
  this.totalNetExcludedWithHeldTax,
  this.totalVaTableSalesVatAmount,
  this.totalNetTaxVaTableSalesDiscount,
  this.totalConversionRate,
  this.totalNetTaxVatExemptSalesDiscount,
  this.totalNetTaxZeroRatedSalesDiscount,
  this.totalZeroRatedSale,
  this.totalVatExemptSale,
  this.totalFixed,
  this.saleTransactionId,
  this.totalInitialPaymentCollected,
  this.promoCode,
  this.billingOrShippingAddressId,
  this.overAllTax,
  this.buyerDetailInfo,
  this.sellerDetailInfo,
  this.modeOfPaymentList,
  this.headerDetailsList,
  this.assetDeliveryDetails,
  this.deliveryOrderId,
  this.externalInvoiceId,
  this.subInvoiceId,
  this.totalCommission,
  this.totalNetCommission,
  this.exchangeRate,
  this.whtPercentage,
  this.whtBearer,
  this.invoiceDocType,
  this.totalCommissionWithOutGrossUp,
  this.totalNetPriceInLocalCurrency,
  this.grandTotalInLocalCurrency,
  this.shippingMethod,
  this.deliveryType,
  this.deliveryOption,
  this.absoluteTotalInLocalCurrency,
  this.totalPriceWithoutWhtInLocalCurrency,
  this.totalDiscountPercentageInLocalCurrency,
  this.totalDiscountInLocalCurrency,
  this.totalCommissionInLocalCurrency,
  this.totalNetCommissionInLocalCurrency,
  this.totalCommissionWithOutGrossUpInLocalCurrency,
  this.deliveryCharge,
  this.deliveryChargeInLocalCurrency,
  this.totalWhtInLocalCurrency,
  this.dataWht,
});