WebApiModulesAgentOrderQuikSaleResponse constructor
WebApiModulesAgentOrderQuikSaleResponse({
- int? status,
- bool? success,
- String? msg,
- String? contractId,
- String? invoiceId,
- String? chgBatchId,
- WebApiModulesBillingInvoiceInvoice? invoice,
- WebApiModulesWarehouseContractContract? contract,
Implementation
WebApiModulesAgentOrderQuikSaleResponse({
this.status,
this.success,
this.msg,
this.contractId,
this.invoiceId,
this.chgBatchId,
this.invoice,
this.contract,
});