WebApiModulesAgentOrderCopyQuoteOrderResponse constructor

WebApiModulesAgentOrderCopyQuoteOrderResponse({
  1. int? status,
  2. bool? success,
  3. String? msg,
  4. WebApiModulesAgentOrderOrderBase? copy,
})

Implementation

WebApiModulesAgentOrderCopyQuoteOrderResponse({
  this.status,
  this.success,
  this.msg,
  this.copy,
});