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