SubmitStockOrderData constructor

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

Implementation

SubmitStockOrderData({
  this.id,
  this.orderId,
  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.deliveryChargeWithOutTax,
  this.wht,
});