SaleDetail constructor

SaleDetail({
  1. String? createdByUserName,
  2. String? updatedByUserName,
  3. String? createdBy,
  4. String? createdDate,
  5. String? updatedBy,
  6. String? updatedDate,
  7. int? id,
  8. int? productCount,
  9. String? storeId,
  10. String? purchaseType,
  11. String? conversionUnit,
  12. String? conversionValue,
  13. String? frequency,
  14. String? factor,
  15. String? status,
  16. int? penaltyCharges,
  17. int? refundAmount,
  18. String? warrantyPeriod,
  19. int? nextInstallmentAmountToBePaid,
  20. String? endDate,
  21. String? mainSaleOrderId,
  22. String? type,
  23. String? resellerId,
  24. String? cashRegisterId,
  25. String? invoiceId,
  26. String? cartId,
  27. String? paymentTransactionId,
  28. String? transactionType,
  29. String? transactionSubType,
  30. String? saleType,
  31. String? extTransferRefNo,
  32. String? extReceiptNo,
  33. String? invoiceReceiptFileId,
  34. String? paymentReceiptFileId,
  35. CustomerDetails? customerDetails,
  36. String? sellerType,
  37. String? sellerId,
  38. String? buyerType,
  39. String? buyerId,
  40. int? perInstallmentAmount,
  41. int? pendingInstallments,
  42. int? completedInstallments,
  43. int? totalInstallments,
  44. String? paymentDueDate,
  45. int? priceWithDiscount,
  46. int? priceWithoutDiscount,
  47. int? priceWithTax,
  48. int? priceWithoutTax,
  49. int? priceWithWithHeldTax,
  50. int? priceWithoutWithHeldTax,
  51. int? withHeldTaxPercentage,
  52. int? withHeldTaxAmount,
  53. String? withHeldTaxCode,
  54. int? pendingAmount,
  55. int? paidAmount,
  56. int? totalAmount,
  57. String? paymentOrderId,
})

Implementation

SaleDetail(
    {this.createdByUserName, this.updatedByUserName, this.createdBy, this.createdDate, this.updatedBy, this.updatedDate, this.id, this.productCount, this.storeId, this.purchaseType, this.conversionUnit, this.conversionValue, this.frequency, this.factor, this.status, this.penaltyCharges, this.refundAmount, this.warrantyPeriod, this.nextInstallmentAmountToBePaid, this.endDate, this.mainSaleOrderId, this.type, this.resellerId, this.cashRegisterId, this.invoiceId, this.cartId, this.paymentTransactionId, this.transactionType, this.transactionSubType, this.saleType, this.extTransferRefNo, this.extReceiptNo, this.invoiceReceiptFileId, this.paymentReceiptFileId, this.customerDetails, this.sellerType, this.sellerId, this.buyerType, this.buyerId, this.perInstallmentAmount, this.pendingInstallments, this.completedInstallments, this.totalInstallments, this.paymentDueDate, this.priceWithDiscount, this.priceWithoutDiscount, this.priceWithTax, this.priceWithoutTax, this.priceWithWithHeldTax, this.priceWithoutWithHeldTax, this.withHeldTaxPercentage, this.withHeldTaxAmount, this.withHeldTaxCode, this.pendingAmount, this.paidAmount, this.totalAmount, this.paymentOrderId});