WebApiModulesPluginsKissFlowOrderResponse constructor

const WebApiModulesPluginsKissFlowOrderResponse({
  1. int? status,
  2. bool? success,
  3. String? msg,
  4. WebApiModulesAgentOrderOrder? order,
  5. String? orderUrl,
  6. String? agentEmail,
  7. String? projectManagerEmail,
  8. String? outsideSalesRepresentativeEmail,
})

Implementation

const WebApiModulesPluginsKissFlowOrderResponse({
  this.status,
  this.success,
  this.msg,
  this.order,
  this.orderUrl,
  this.agentEmail,
  this.projectManagerEmail,
  this.outsideSalesRepresentativeEmail,
});