WebApiModulesAgentOrderTotals constructor

const WebApiModulesAgentOrderTotals({
  1. String? grossTotal,
  2. String? premiumTotal,
  3. String? discount,
  4. String? subTotal,
  5. String? tax,
  6. String? tax1,
  7. String? tax2,
  8. String? total,
})

Implementation

const WebApiModulesAgentOrderTotals({
  this.grossTotal,
  this.premiumTotal,
  this.discount,
  this.subTotal,
  this.tax,
  this.tax1,
  this.tax2,
  this.total,
});