SaleDetail constructor
SaleDetail({
- String? createdByUserName,
- String? updatedByUserName,
- String? createdBy,
- String? createdDate,
- String? updatedBy,
- String? updatedDate,
- int? id,
- int? productCount,
- String? storeId,
- String? purchaseType,
- String? conversionUnit,
- String? conversionValue,
- String? frequency,
- String? factor,
- String? status,
- int? penaltyCharges,
- int? refundAmount,
- String? warrantyPeriod,
- int? nextInstallmentAmountToBePaid,
- String? endDate,
- String? mainSaleOrderId,
- String? type,
- String? resellerId,
- String? cashRegisterId,
- String? invoiceId,
- String? cartId,
- String? paymentTransactionId,
- String? transactionType,
- String? transactionSubType,
- String? saleType,
- String? extTransferRefNo,
- String? extReceiptNo,
- String? invoiceReceiptFileId,
- String? paymentReceiptFileId,
- CustomerDetails? customerDetails,
- String? sellerType,
- String? sellerId,
- String? buyerType,
- String? buyerId,
- int? perInstallmentAmount,
- int? pendingInstallments,
- int? completedInstallments,
- int? totalInstallments,
- String? paymentDueDate,
- int? priceWithDiscount,
- int? priceWithoutDiscount,
- int? priceWithTax,
- int? priceWithoutTax,
- int? priceWithWithHeldTax,
- int? priceWithoutWithHeldTax,
- int? withHeldTaxPercentage,
- int? withHeldTaxAmount,
- String? withHeldTaxCode,
- int? pendingAmount,
- int? paidAmount,
- int? totalAmount,
- 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});