SubmitStockOrderData constructor
SubmitStockOrderData({
- String? id,
- String? orderId,
- String? saleOrderId,
- String? invoiceId,
- String? orderUpdationId,
- String? paymentTransactionId,
- String? cartId,
- String? saleType,
- String? transactionType,
- int? saleDate,
- SellerDetails? sellerDetails,
- BuyerDetails? buyerDetails,
- String? partnerId,
- dynamic promos,
- String? saleOrderTpe,
- List<
OrderItem> ? orderItems, - dynamic attachments,
- dynamic approvalTaskIds,
- PriceInfo? wHT,
- PriceInfo? absoluteTotal,
- PriceInfo? totalDiscount,
- PriceInfo? totalTax,
- PriceInfo? totalPriceWithoutWHT,
- PriceInfo? totalWithoutTaxAndDiscount,
- dynamic totalPriceWithoutTaxAndWithDiscount,
- dynamic overAllTaxPercentage,
- PriceInfo? totalPriceWithoutTax,
- PriceInfo? totalWHT,
- PriceInfo? totalPaymentCollected,
- PriceInfo? orderTotal,
- PriceInfo? grandTotal,
- dynamic remarks,
- dynamic poReferenceNo,
- PriceInfo? totalNetPrice,
- PriceInfo? overallSaleTax,
- dynamic taxClassification,
- dynamic taxClassificationName,
- double? withHeldTaxPercentage,
- double? salesTaxPercentage,
- dynamic netPriceWithOutTaxAndDiscountWithOutTax,
- PriceInfo? totalDiscountPercentage,
- PriceInfo? totalNetExcludedWithHeldTax,
- PriceInfo? totalVATableSalesVATAmount,
- PriceInfo? totalNetTaxVATableSalesDiscount,
- PriceInfo? totalConversionRate,
- PriceInfo? totalNetTaxVATExemptSalesDiscount,
- PriceInfo? totalNetTaxZeroRatedSalesDiscount,
- PriceInfo? totalZeroRatedSale,
- PriceInfo? totalVATExemptSale,
- PriceInfo? totalFixed,
- dynamic saleTransactionId,
- dynamic totalInitialPaymentCollected,
- dynamic promoCode,
- String? billingOrShippingAddressId,
- PriceInfo? overAllTax,
- BuyerDetailInfo? buyerDetailInfo,
- dynamic sellerDetailInfo,
- List<
ModeOfPayment> ? modeOfPaymentList, - List<
HeaderDetails> ? headerDetailsList, - dynamic assetDeliveryDetails,
- dynamic deliveryOrderId,
- dynamic externalInvoiceId,
- String? subInvoiceId,
- PriceInfo? totalCommission,
- PriceInfo? totalNetCommission,
- double? exchangeRate,
- dynamic whtPercentage,
- String? whtBearer,
- String? invoiceDocType,
- PriceInfo? totalCommissionWithOutGrossUp,
- PriceInfo? totalNetPriceInLocalCurrency,
- PriceInfo? grandTotalInLocalCurrency,
- ShippingMethod? shippingMethod,
- dynamic deliveryType,
- String? deliveryOption,
- PriceInfo? absoluteTotalInLocalCurrency,
- PriceInfo? totalPriceWithoutWHTInLocalCurrency,
- PriceInfo? totalDiscountPercentageInLocalCurrency,
- PriceInfo? totalDiscountInLocalCurrency,
- PriceInfo? totalCommissionInLocalCurrency,
- PriceInfo? totalNetCommissionInLocalCurrency,
- PriceInfo? totalCommissionWithOutGrossUpInLocalCurrency,
- PriceInfo? deliveryCharge,
- PriceInfo? deliveryChargeInLocalCurrency,
- PriceInfo? totalWHTInLocalCurrency,
- dynamic deliveryChargeWithOutTax,
- 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,
});