OrderWithFees constructor

OrderWithFees({
  1. String? orderWithConvinenceFees,
  2. String? totalConvinenceFees,
  3. String? convinenceFees,
  4. String? gstPercent = "18.0",
  5. ConvinenceFeesValues? convinenceFeesValue,
  6. String? gstFees,
})

Implementation

OrderWithFees(
    {this.orderWithConvinenceFees,
    this.totalConvinenceFees,
    this.convinenceFees,
    this.gstPercent = "18.0",
    this.convinenceFeesValue,
    this.gstFees});