menu
kar_erp_next package
documentation
data/model/puchase_invoice_model.dart
PurchaseInvoiceModel
PurchaseInvoiceModel.new constructor
PurchaseInvoiceModel.new constructor
dark_mode
light_mode
PurchaseInvoiceModel
constructor
PurchaseInvoiceModel
(
String
name
,
String
supplier
,
String
posting_date
,
String
status
,
double
total
,
)
Implementation
PurchaseInvoiceModel( this.name, this.supplier, this.posting_date, this.status, this.total, );
kar_erp_next package
documentation
data/model/puchase_invoice_model
PurchaseInvoiceModel
PurchaseInvoiceModel.new constructor
PurchaseInvoiceModel class