WebApiModulesAgentOrderGetCustomRatesResponse constructor

WebApiModulesAgentOrderGetCustomRatesResponse({
  1. int? status,
  2. bool? success,
  3. String? msg,
  4. bool? hasDiscount,
  5. bool? applyDiscountToCustomRate,
  6. WebApiModulesAgentOrderCustomRates? customRates,
  7. double? daysPerWeek,
  8. double? discountPercent,
  9. double? markupPercent,
  10. double? marginPercent,
})

Implementation

WebApiModulesAgentOrderGetCustomRatesResponse({
  this.status,
  this.success,
  this.msg,
  this.hasDiscount,
  this.applyDiscountToCustomRate,
  this.customRates,
  this.daysPerWeek,
  this.discountPercent,
  this.markupPercent,
  this.marginPercent,
});