WebApiModulesAgentOrderCopyQuoteOrderResponse constructor
WebApiModulesAgentOrderCopyQuoteOrderResponse({
- int? status,
- bool? success,
- String? msg,
- WebApiModulesAgentOrderOrderBase? copy,
Implementation
WebApiModulesAgentOrderCopyQuoteOrderResponse({
this.status,
this.success,
this.msg,
this.copy,
});