WebApiModulesAgentOrderQuikSaleResponse constructor

WebApiModulesAgentOrderQuikSaleResponse({
  1. int? status,
  2. bool? success,
  3. String? msg,
  4. String? contractId,
  5. String? invoiceId,
  6. String? chgBatchId,
  7. WebApiModulesBillingInvoiceInvoice? invoice,
  8. WebApiModulesWarehouseContractContract? contract,
})

Implementation

WebApiModulesAgentOrderQuikSaleResponse({
  this.status,
  this.success,
  this.msg,
  this.contractId,
  this.invoiceId,
  this.chgBatchId,
  this.invoice,
  this.contract,
});