WebApiModulesAgentOrderQuoteNewVersionResponse constructor
WebApiModulesAgentOrderQuoteNewVersionResponse({
- int? status,
- bool? success,
- String? msg,
- WebApiModulesAgentQuoteQuote? newVersion,
Implementation
WebApiModulesAgentOrderQuoteNewVersionResponse({
this.status,
this.success,
this.msg,
this.newVersion,
});