InvoiceFixedFieldData constructor

InvoiceFixedFieldData({
  1. String? companyName,
  2. String? companyAddress,
  3. String? companyPhone,
  4. String? companyEmail,
  5. String? companyWebsite,
  6. String? companyTax,
  7. String? companyMobile,
  8. String? companyBranch,
  9. String? customerName,
  10. String? customerAddress,
  11. String? customerPhone,
  12. String? customerEmail,
  13. String? customerType,
  14. String? customerTax,
  15. String? invoiceNumber,
  16. String? invoiceName,
  17. String? invoiceDate,
  18. String? dueDate,
  19. String? invoiceCreatedBy,
  20. String? paymentTerms,
  21. String? totalAmount,
  22. String? amountWithoutTax,
  23. String? taxAmount,
  24. String? discountAmount,
  25. String? subtotal,
  26. String? grandTotal,
  27. String? expense,
  28. String? balanceDue,
  29. String? amountPaid,
  30. String? creditLimit,
  31. String? availableCredit,
  32. String? shippingAddress,
  33. String? shippingMethod,
  34. String? shippingCost,
  35. String? deliveryDate,
  36. String? trackingNumber,
  37. String? deliveryInstructions,
  38. String? paymentMethod,
  39. String? paymentDate,
  40. String? cardAmount,
  41. String? balanceAmount,
  42. String? cashAmount,
  43. String? supplierName,
  44. String? supplierAddress,
  45. String? supplierPhone,
  46. String? supplierEmail,
  47. String? supplierTax,
})

Implementation

InvoiceFixedFieldData({
  this.companyName,
  this.companyAddress,
  this.companyPhone,
  this.companyEmail,
  this.companyWebsite,
  this.companyTax,
  this.companyMobile,
  this.companyBranch,
  this.customerName,
  this.customerAddress,
  this.customerPhone,
  this.customerEmail,
  this.customerType,
  this.customerTax,
  this.invoiceNumber,
  this.invoiceName,
  this.invoiceDate,
  this.dueDate,
  this.invoiceCreatedBy,
  this.paymentTerms,
  this.totalAmount,
  this.amountWithoutTax,
  this.taxAmount,
  this.discountAmount,
  this.subtotal,
  this.grandTotal,
  this.expense,
  this.balanceDue,
  this.amountPaid,
  this.creditLimit,
  this.availableCredit,
  this.shippingAddress,
  this.shippingMethod,
  this.shippingCost,
  this.deliveryDate,
  this.trackingNumber,
  this.deliveryInstructions,
  this.paymentMethod,
  this.paymentDate,
  this.cardAmount,
  this.balanceAmount,
  this.cashAmount,
  this.supplierName,
  this.supplierAddress,
  this.supplierPhone,
  this.supplierEmail,
  this.supplierTax,
});