InvoiceFixedFieldData constructor
InvoiceFixedFieldData({
- String? companyName,
- String? companyAddress,
- String? companyPhone,
- String? companyEmail,
- String? companyWebsite,
- String? companyTax,
- String? companyMobile,
- String? companyBranch,
- String? customerName,
- String? customerAddress,
- String? customerPhone,
- String? customerEmail,
- String? customerType,
- String? customerTax,
- String? invoiceNumber,
- String? invoiceName,
- String? invoiceDate,
- String? dueDate,
- String? invoiceCreatedBy,
- String? paymentTerms,
- String? totalAmount,
- String? amountWithoutTax,
- String? taxAmount,
- String? discountAmount,
- String? subtotal,
- String? grandTotal,
- String? expense,
- String? balanceDue,
- String? amountPaid,
- String? creditLimit,
- String? availableCredit,
- String? shippingAddress,
- String? shippingMethod,
- String? shippingCost,
- String? deliveryDate,
- String? trackingNumber,
- String? deliveryInstructions,
- String? paymentMethod,
- String? paymentDate,
- String? cardAmount,
- String? balanceAmount,
- String? cashAmount,
- String? supplierName,
- String? supplierAddress,
- String? supplierPhone,
- String? supplierEmail,
- 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,
});